#85FBE5

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

Shades of Aquamarine #85FBE5

Tints of Aquamarine #85FBE5

Color information

#85FBE5 (or 0x85FBE5) is unknown color: approx Aquamarine. HEX triplet: 85, FB and E5. RGB value is (133,251,229). Sum of RGB (Red+Green+Blue) = 133+251+229=613 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.70% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBE5 is #7A041A. Grayscale: #D5D5D5. Windows color (decimal): -7996443 or 15072133. OLE color: 15072133.

HSL color Cylindrical-coordinate representation of color #85FBE5: hue angle of 168.81º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FBE5 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB133251229-
CMYK0.4700.090.02
HSL168.81º93.65%75.29%-
HSV(B)168.81º47.01%98.43%-
XYZ58.3179.6486.43-
YUV213.21136.9170.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.70%
GREEN value IS 251 (98.44% from 255) = 40.95%
BLUE value IS 229 (89.84% from 255) = 37.36%
R=21.70%
G=40.95%
B=37.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332512290.4700.090.02168.8193.6575.29
Hex85FBE52F092a95e4b
Octal205373345570112251136113
Binary10000101111110111110010110111101001101010100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,251,229); }

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

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

 a { background-color: rgb(133,251,229); }

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

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

 span { border-color: rgb(133,251,229); }

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