#85EED2

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

Shades of Aquamarine #85EED2

Tints of Aquamarine #85EED2

Color information

#85EED2 (or 0x85EED2) is unknown color: approx Aquamarine. HEX triplet: 85, EE and D2. RGB value is (133,238,210). Sum of RGB (Red+Green+Blue) = 133+238+210=581 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.89% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #85EED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EED2 is #7A112D. Grayscale: #CBCBCB. Windows color (decimal): -7999790 or 13823621. OLE color: 13823621.

HSL color Cylindrical-coordinate representation of color #85EED2: hue angle of 164º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EED2 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB133238210-
CMYK0.4400.120.07
HSL164º75.54%72.75%-
HSV(B)164º44.12%93.33%-
XYZ51.8870.7971.9-
YUV203.41131.7177.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.89%
GREEN value IS 238 (93.36% from 255) = 40.96%
BLUE value IS 210 (82.42% from 255) = 36.14%
R=22.89%
G=40.96%
B=36.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332382100.4400.120.0716475.5472.75
Hex85EED22C0C7a44c49
Octal205356322540147244114111
Binary100001011110111011010010101100011001111010010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85EED2; }

 p { color: rgb(133,238,210); }

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

<style>
 a { background-color: #85EED2; }

 a { background-color: rgb(133,238,210); }

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

<style>
 span { border-color: #85EED2; }

 span { border-color: rgb(133,238,210); }

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