#85EDCB

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

Shades of Aquamarine #85EDCB

Tints of Aquamarine #85EDCB

Color information

#85EDCB (or 0x85EDCB) is unknown color: approx Aquamarine. HEX triplet: 85, ED and CB. RGB value is (133,237,203). Sum of RGB (Red+Green+Blue) = 133+237+203=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #85EDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EDCB is #7A1234. Grayscale: #CACACA. Windows color (decimal): -8000053 or 13364613. OLE color: 13364613.

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

Color convert

RGB133237203-
CMYK0.4400.140.07
HSL160.38º74.29%72.55%-
HSV(B)160.38º43.88%92.94%-
XYZ50.7469.8767.31-
YUV202.03128.5478.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.21%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=23.21%
G=41.36%
B=35.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332372030.4400.140.07160.3874.2972.55
Hex85EDCB2C0E7a04a49
Octal205355313540167240112111
Binary100001011110110111001011101100011101111010000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,237,203); }

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

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

 a { background-color: rgb(133,237,203); }

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

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

 span { border-color: rgb(133,237,203); }

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