#86F1E0

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

Shades of Aquamarine #86F1E0

Tints of Aquamarine #86F1E0

Color information

#86F1E0 (or 0x86F1E0) is unknown color: approx Aquamarine. HEX triplet: 86, F1 and E0. RGB value is (134,241,224). Sum of RGB (Red+Green+Blue) = 134+241+224=599 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.37% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #86F1E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F1E0 is #790E1F. Grayscale: #CFCFCF. Windows color (decimal): -7933472 or 14741894. OLE color: 14741894.

HSL color Cylindrical-coordinate representation of color #86F1E0: hue angle of 170.47º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86F1E0 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB134241224-
CMYK0.4400.070.05
HSL170.47º79.26%73.53%-
HSV(B)170.47º44.4%94.51%-
XYZ54.7473.3681.8-
YUV207.07137.5575.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.37%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 224 (87.89% from 255) = 37.40%
R=22.37%
G=40.23%
B=37.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342412240.4400.070.05170.4779.2673.53
Hex86F1E02C075aa4f4a
Octal20636134054075252117112
Binary10000110111100011110000010110001111011010101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,241,224); }

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

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

 a { background-color: rgb(134,241,224); }

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

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

 span { border-color: rgb(134,241,224); }

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