#85FEC9

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

Shades of Aquamarine #85FEC9

Tints of Aquamarine #85FEC9

Color information

#85FEC9 (or 0x85FEC9) is unknown color: approx Aquamarine. HEX triplet: 85, FE and C9. RGB value is (133,254,201). Sum of RGB (Red+Green+Blue) = 133+254+201=588 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.62% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FEC9 is #7A0136. Grayscale: #D3D3D3. Windows color (decimal): -7995703 or 13237893. OLE color: 13237893.

HSL color Cylindrical-coordinate representation of color #85FEC9: hue angle of 153.72º 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 #85FEC9 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB133254201-
CMYK0.4800.210.00
HSL153.72º98.37%75.88%-
HSV(B)153.72º47.64%99.61%-
XYZ55.6680.0967.78-
YUV211.78121.9171.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.62%
GREEN value IS 254 (99.61% from 255) = 43.20%
BLUE value IS 201 (78.91% from 255) = 34.18%
R=22.62%
G=43.20%
B=34.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332542010.4800.210.00153.7298.3775.88
Hex85FEC93001509a624c
Octal205376311600250232142114
Binary10000101111111101100100111000001010101001101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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