#70EEC5

Color #70EEC5 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #70EEC5

Tints of Aquamarine #70EEC5

Color information

#70EEC5 (or 0x70EEC5) is unknown color: approx Aquamarine. HEX triplet: 70, EE and C5. RGB value is (112,238,197). Sum of RGB (Red+Green+Blue) = 112+238+197=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EEC5 is #8F113A. Grayscale: #C3C3C3. Windows color (decimal): -9376059 or 12971632. OLE color: 12971632.

HSL color Cylindrical-coordinate representation of color #70EEC5: hue angle of 160.48º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EEC5 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB112238197-
CMYK0.5300.170.07
HSL160.48º78.75%68.63%-
HSV(B)160.48º52.94%93.33%-
XYZ47.3368.6363.57-
YUV195.65128.7668.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 20.48%
GREEN value IS 238 (93.36% from 255) = 43.51%
BLUE value IS 197 (77.34% from 255) = 36.01%
R=20.48%
G=43.51%
B=36.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122381970.5300.170.07160.4878.7568.63
Hex70EEC5350117a04f45
Octal160356305650217240117105
Binary111000011101110110001011101010100011111010000010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70EEC5; }

 p { color: rgb(112,238,197); }

 H1.HeaderClassName
 {
   color: #70EEC5;
 }
 .AnyTagClassName
 {
   color: #70EEC5;
 }
</style>
background-color css

<style>
 a { background-color: #70EEC5; }

 a { background-color: rgb(112,238,197); }

 div.DivClassName
 {
   background-color: #70EEC5;
 }
 .BgClassName
 {
   background-color: #70EEC5;
 }
</style>
border-color css

<style>
 span { border-color: #70EEC5; }

 span { border-color: rgb(112,238,197); }

 td.TdClassName
 {
   border-color: #70EEC5;
 }
 .TagClassName
 {
   border-color: #70EEC5;
 }
</style>