#86ECDC

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

Shades of Aquamarine #86ECDC

Tints of Aquamarine #86ECDC

Color information

#86ECDC (or 0x86ECDC) is unknown color: approx Aquamarine. HEX triplet: 86, EC and DC. RGB value is (134,236,220). Sum of RGB (Red+Green+Blue) = 134+236+220=590 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.71% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #86ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86ECDC is #791323. Grayscale: #CBCBCB. Windows color (decimal): -7934756 or 14478470. OLE color: 14478470.

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

Color convert

RGB134236220-
CMYK0.4300.070.07
HSL170.59º72.86%72.55%-
HSV(B)170.59º43.22%92.55%-
XYZ52.7570.2378.49-
YUV203.68137.2178.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.71%
GREEN value IS 236 (92.58% from 255) = 40%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=22.71%
G=40%
B=37.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342362200.4300.070.07170.5972.8672.55
Hex86ECDC2B077ab4949
Octal20635433453077253111111
Binary10000110111011001101110010101101111111010101110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,236,220); }

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

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

 a { background-color: rgb(134,236,220); }

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

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

 span { border-color: rgb(134,236,220); }

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