#86F2E1

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

Shades of Aquamarine #86F2E1

Tints of Aquamarine #86F2E1

Color information

#86F2E1 (or 0x86F2E1) is unknown color: approx Aquamarine. HEX triplet: 86, F2 and E1. RGB value is (134,242,225). Sum of RGB (Red+Green+Blue) = 134+242+225=601 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.30% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #86F2E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F2E1 is #790D1E. Grayscale: #CFCFCF. Windows color (decimal): -7933215 or 14807686. OLE color: 14807686.

HSL color Cylindrical-coordinate representation of color #86F2E1: hue angle of 170.56º 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 #86F2E1 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB134242225-
CMYK0.4500.070.05
HSL170.56º80.6%73.73%-
HSV(B)170.56º44.63%94.9%-
XYZ55.1774.0182.61-
YUV207.77137.7275.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.30%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=22.30%
G=40.27%
B=37.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342422250.4500.070.05170.5680.673.73
Hex86F2E12D075ab514a
Octal20636234155075253121112
Binary10000110111100101110000110110101111011010101110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86F2E1; }

 p { color: rgb(134,242,225); }

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

<style>
 a { background-color: #86F2E1; }

 a { background-color: rgb(134,242,225); }

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

<style>
 span { border-color: #86F2E1; }

 span { border-color: rgb(134,242,225); }

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