#85F4E0

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

Shades of Aquamarine #85F4E0

Tints of Aquamarine #85F4E0

Color information

#85F4E0 (or 0x85F4E0) is unknown color: approx Aquamarine. HEX triplet: 85, F4 and E0. RGB value is (133,244,224). Sum of RGB (Red+Green+Blue) = 133+244+224=601 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.13% from 601); Green value is 244 (95.70% from 255 or 40.60% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 244 - color contains mainly: green. Hex color #85F4E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F4E0 is #7A0B1F. Grayscale: #D0D0D0. Windows color (decimal): -7998240 or 14742661. OLE color: 14742661.

HSL color Cylindrical-coordinate representation of color #85F4E0: hue angle of 169.19º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F4E0 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB133244224-
CMYK0.4500.080.04
HSL169.19º83.46%73.92%-
HSV(B)169.19º45.49%95.69%-
XYZ55.4875.0782.09-
YUV208.53136.7374.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.13%
GREEN value IS 244 (95.70% from 255) = 40.60%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=22.13%
G=40.60%
B=37.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332442240.4500.080.04169.1983.4673.92
Hex85F4E02D084a9534a
Octal205364340550104251123112
Binary100001011111010011100000101101010001001010100110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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