#85EEDC

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

Shades of Aquamarine #85EEDC

Tints of Aquamarine #85EEDC

Color information

#85EEDC (or 0x85EEDC) is unknown color: approx Aquamarine. HEX triplet: 85, EE and DC. RGB value is (133,238,220). Sum of RGB (Red+Green+Blue) = 133+238+220=591 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.50% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #85EEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EEDC is #7A1123. Grayscale: #CCCCCC. Windows color (decimal): -7999780 or 14478981. OLE color: 14478981.

HSL color Cylindrical-coordinate representation of color #85EEDC: hue angle of 169.71º 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 #85EEDC is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB133238220-
CMYK0.4400.080.07
HSL169.71º75.54%72.75%-
HSV(B)169.71º44.12%93.33%-
XYZ53.1771.378.67-
YUV204.55136.7176.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.50%
GREEN value IS 238 (93.36% from 255) = 40.27%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=22.50%
G=40.27%
B=37.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332382200.4400.080.07169.7175.5472.75
Hex85EEDC2C087aa4c49
Octal205356334540107252114111
Binary100001011110111011011100101100010001111010101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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