#85FFE4

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

Shades of Aquamarine #85FFE4

Tints of Aquamarine #85FFE4

Color information

#85FFE4 (or 0x85FFE4) is unknown color: approx Aquamarine. HEX triplet: 85, FF and E4. RGB value is (133,255,228). Sum of RGB (Red+Green+Blue) = 133+255+228=616 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.59% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFE4 is #7A001B. Grayscale: #D7D7D7. Windows color (decimal): -7995420 or 15007621. OLE color: 15007621.

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

Color convert

RGB133255228-
CMYK0.4800.110
HSL166.72º100%76.08%-
HSV(B)166.72º47.84%100%-
XYZ59.4482.1186.11-
YUV215.44135.0869.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.59%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 228 (89.45% from 255) = 37.01%
R=21.59%
G=41.40%
B=37.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332552280.4800.110166.7210076.08
Hex85FFE4300B0a7644c
Octal205377344600130247144114
Binary1000010111111111111001001100000101101010011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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