#85FDE4

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

Shades of Aquamarine #85FDE4

Tints of Aquamarine #85FDE4

Color information

#85FDE4 (or 0x85FDE4) is unknown color: approx Aquamarine. HEX triplet: 85, FD and E4. RGB value is (133,253,228). Sum of RGB (Red+Green+Blue) = 133+253+228=614 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.66% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FDE4 is #7A021B. Grayscale: #D6D6D6. Windows color (decimal): -7995932 or 15007109. OLE color: 15007109.

HSL color Cylindrical-coordinate representation of color #85FDE4: hue angle of 167.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FDE4 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB133253228-
CMYK0.4700.100.01
HSL167.5º96.77%75.69%-
HSV(B)167.5º47.43%99.22%-
XYZ58.880.8485.9-
YUV214.27135.7470.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.66%
GREEN value IS 253 (99.22% from 255) = 41.21%
BLUE value IS 228 (89.45% from 255) = 37.13%
R=21.66%
G=41.21%
B=37.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332532280.4700.100.01167.596.7775.69
Hex85FDE42F0A1a8614c
Octal205375344570121250141114
Binary1000010111111101111001001011110101011010100011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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