#85FFE0

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

Shades of Aquamarine #85FFE0

Tints of Aquamarine #85FFE0

Color information

#85FFE0 (or 0x85FFE0) is unknown color: approx Aquamarine. HEX triplet: 85, FF and E0. RGB value is (133,255,224). Sum of RGB (Red+Green+Blue) = 133+255+224=612 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.73% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFE0 is #7A001F. Grayscale: #D6D6D6. Windows color (decimal): -7995424 or 14745477. OLE color: 14745477.

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

Color convert

RGB133255224-
CMYK0.4800.120
HSL164.75º100%76.08%-
HSV(B)164.75º47.84%100%-
XYZ58.8981.8983.22-
YUV214.99133.0869.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.73%
GREEN value IS 255 (100% from 255) = 41.67%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=21.73%
G=41.67%
B=36.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332552240.4800.120164.7510076.08
Hex85FFE0300C0a5644c
Octal205377340600140245144114
Binary1000010111111111111000001100000110001010010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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