#85F2E4

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

Shades of Aquamarine #85F2E4

Tints of Aquamarine #85F2E4

Color information

#85F2E4 (or 0x85F2E4) is unknown color: approx Aquamarine. HEX triplet: 85, F2 and E4. RGB value is (133,242,228). Sum of RGB (Red+Green+Blue) = 133+242+228=603 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.06% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #85F2E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F2E4 is #7A0D1B. Grayscale: #CFCFCF. Windows color (decimal): -7998748 or 15004293. OLE color: 15004293.

HSL color Cylindrical-coordinate representation of color #85F2E4: hue angle of 172.29º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F2E4 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB133242228-
CMYK0.4500.060.05
HSL172.29º80.74%73.53%-
HSV(B)172.29º45.04%94.9%-
XYZ55.4374.0984.78-
YUV207.81139.3974.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.06%
GREEN value IS 242 (94.92% from 255) = 40.13%
BLUE value IS 228 (89.45% from 255) = 37.81%
R=22.06%
G=40.13%
B=37.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332422280.4500.060.05172.2980.7473.53
Hex85F2E42D065ac514a
Octal20536234455065254121112
Binary10000101111100101110010010110101101011010110010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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