#85FFE2

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

Shades of Aquamarine #85FFE2

Tints of Aquamarine #85FFE2

Color information

#85FFE2 (or 0x85FFE2) is unknown color: approx Aquamarine. HEX triplet: 85, FF and E2. RGB value is (133,255,226). Sum of RGB (Red+Green+Blue) = 133+255+226=614 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.66% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFE2 is #7A001D. Grayscale: #D7D7D7. Windows color (decimal): -7995422 or 14876549. OLE color: 14876549.

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

Color convert

RGB133255226-
CMYK0.4800.110
HSL165.74º100%76.08%-
HSV(B)165.74º47.84%100%-
XYZ59.168284.66-
YUV215.22134.0869.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.66%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 226 (88.67% from 255) = 36.81%
R=21.66%
G=41.53%
B=36.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332552260.4800.110165.7410076.08
Hex85FFE2300B0a6644c
Octal205377342600130246144114
Binary1000010111111111111000101100000101101010011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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