#86EEDE

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

Shades of Aquamarine #86EEDE

Tints of Aquamarine #86EEDE

Color information

#86EEDE (or 0x86EEDE) is unknown color: approx Aquamarine. HEX triplet: 86, EE and DE. RGB value is (134,238,222). Sum of RGB (Red+Green+Blue) = 134+238+222=594 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.56% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EEDE is #791121. Grayscale: #CDCDCD. Windows color (decimal): -7934242 or 14610054. OLE color: 14610054.

HSL color Cylindrical-coordinate representation of color #86EEDE: hue angle of 170.77º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EEDE is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB134238222-
CMYK0.4400.070.07
HSL170.77º75.36%72.94%-
HSV(B)170.77º43.7%93.33%-
XYZ53.5971.4980.08-
YUV205.08137.5477.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.56%
GREEN value IS 238 (93.36% from 255) = 40.07%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=22.56%
G=40.07%
B=37.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342382220.4400.070.07170.7775.3672.94
Hex86EEDE2C077ab4b49
Octal20635633654077253113111
Binary10000110111011101101111010110001111111010101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,238,222); }

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

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

 a { background-color: rgb(134,238,222); }

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

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

 span { border-color: rgb(134,238,222); }

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