#85F5E2

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

Shades of Aquamarine #85F5E2

Tints of Aquamarine #85F5E2

Color information

#85F5E2 (or 0x85F5E2) is unknown color: approx Aquamarine. HEX triplet: 85, F5 and E2. RGB value is (133,245,226). Sum of RGB (Red+Green+Blue) = 133+245+226=604 (80% of max value = 765). Red value is 133 (52.34% from 255 or 22.02% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #85F5E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F5E2 is #7A0A1D. Grayscale: #D1D1D1. Windows color (decimal): -7997982 or 14873989. OLE color: 14873989.

HSL color Cylindrical-coordinate representation of color #85F5E2: hue angle of 169.82º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F5E2 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB133245226-
CMYK0.4600.080.04
HSL169.82º84.85%74.12%-
HSV(B)169.82º45.71%96.08%-
XYZ56.0575.7883.62-
YUV209.35137.3973.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.02%
GREEN value IS 245 (96.09% from 255) = 40.56%
BLUE value IS 226 (88.67% from 255) = 37.42%
R=22.02%
G=40.56%
B=37.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332452260.4600.080.04169.8284.8574.12
Hex85F5E22E084aa554a
Octal205365342560104252125112
Binary100001011111010111100010101110010001001010101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,245,226); }

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

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

 a { background-color: rgb(133,245,226); }

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

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

 span { border-color: rgb(133,245,226); }

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