#85EEBE

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

Shades of Aquamarine #85EEBE

Tints of Aquamarine #85EEBE

Color information

#85EEBE (or 0x85EEBE) is unknown color: approx Aquamarine. HEX triplet: 85, EE and BE. RGB value is (133,238,190). Sum of RGB (Red+Green+Blue) = 133+238+190=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #85EEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EEBE is #7A1141. Grayscale: #C9C9C9. Windows color (decimal): -7999810 or 12512901. OLE color: 12512901.

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

Color convert

RGB133238190-
CMYK0.4400.200.07
HSL152.57º75.54%72.75%-
HSV(B)152.57º44.12%93.33%-
XYZ49.5469.8559.59-
YUV201.13121.7179.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.71%
GREEN value IS 238 (93.36% from 255) = 42.42%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=23.71%
G=42.42%
B=33.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332381900.4400.200.07152.5775.5472.75
Hex85EEBE2C0147994c49
Octal205356276540247231114111
Binary1000010111101110101111101011000101001111001100110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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