#85FFE9

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

Shades of Aquamarine #85FFE9

Tints of Aquamarine #85FFE9

Color information

#85FFE9 (or 0x85FFE9) is unknown color: approx Aquamarine. HEX triplet: 85, FF and E9. RGB value is (133,255,233). Sum of RGB (Red+Green+Blue) = 133+255+233=621 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.42% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFE9 is #7A0016. Grayscale: #D7D7D7. Windows color (decimal): -7995415 or 15335301. OLE color: 15335301.

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

Color convert

RGB133255233-
CMYK0.4800.090
HSL169.18º100%76.08%-
HSV(B)169.18º47.84%100%-
XYZ60.1482.3989.82-
YUV216.01137.5868.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.42%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 233 (91.41% from 255) = 37.52%
R=21.42%
G=41.06%
B=37.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332552330.4800.090169.1810076.08
Hex85FFE930090a9644c
Octal205377351600110251144114
Binary1000010111111111111010011100000100101010100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,255,233); }

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

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

 a { background-color: rgb(133,255,233); }

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

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

 span { border-color: rgb(133,255,233); }

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