#85FEE6

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

Shades of Aquamarine #85FEE6

Tints of Aquamarine #85FEE6

Color information

#85FEE6 (or 0x85FEE6) is unknown color: approx Aquamarine. HEX triplet: 85, FE and E6. RGB value is (133,254,230). Sum of RGB (Red+Green+Blue) = 133+254+230=617 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.56% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FEE6 is #7A0119. Grayscale: #D7D7D7. Windows color (decimal): -7995674 or 15138437. OLE color: 15138437.

HSL color Cylindrical-coordinate representation of color #85FEE6: hue angle of 168.1º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FEE6 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB133254230-
CMYK0.4800.090.00
HSL168.1º98.37%75.88%-
HSV(B)168.1º47.64%99.61%-
XYZ59.481.5887.48-
YUV215.08136.4169.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.56%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 230 (90.23% from 255) = 37.28%
R=21.56%
G=41.17%
B=37.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332542300.4800.090.00168.198.3775.88
Hex85FEE630090a8624c
Octal205376346600110250142114
Binary1000010111111110111001101100000100101010100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,254,230); }

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

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

 a { background-color: rgb(133,254,230); }

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

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

 span { border-color: rgb(133,254,230); }

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