#85FEC8

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

Shades of Aquamarine #85FEC8

Tints of Aquamarine #85FEC8

Color information

#85FEC8 (or 0x85FEC8) is unknown color: approx Aquamarine. HEX triplet: 85, FE and C8. RGB value is (133,254,200). Sum of RGB (Red+Green+Blue) = 133+254+200=587 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.66% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FEC8 is #7A0137. Grayscale: #D3D3D3. Windows color (decimal): -7995704 or 13172357. OLE color: 13172357.

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

Color convert

RGB133254200-
CMYK0.4800.210.00
HSL153.22º98.37%75.88%-
HSV(B)153.22º47.64%99.61%-
XYZ55.5480.0467.17-
YUV211.66121.4171.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.66%
GREEN value IS 254 (99.61% from 255) = 43.27%
BLUE value IS 200 (78.52% from 255) = 34.07%
R=22.66%
G=43.27%
B=34.07%

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
Decimal1332542000.4800.210.00153.2298.3775.88
Hex85FEC830015099624c
Octal205376310600250231142114
Binary10000101111111101100100011000001010101001100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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