#86EDDC

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

Shades of Aquamarine #86EDDC

Tints of Aquamarine #86EDDC

Color information

#86EDDC (or 0x86EDDC) is unknown color: approx Aquamarine. HEX triplet: 86, ED and DC. RGB value is (134,237,220). Sum of RGB (Red+Green+Blue) = 134+237+220=591 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.67% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #86EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EDDC is #791223. Grayscale: #CCCCCC. Windows color (decimal): -7934500 or 14478726. OLE color: 14478726.

HSL color Cylindrical-coordinate representation of color #86EDDC: hue angle of 170.1º degrees, saturation: 0.74, 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 #86EDDC is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB134237220-
CMYK0.4300.070.07
HSL170.1º74.1%72.75%-
HSV(B)170.1º43.46%92.94%-
XYZ53.0370.878.58-
YUV204.26136.8877.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.67%
GREEN value IS 237 (92.97% from 255) = 40.10%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=22.67%
G=40.10%
B=37.23%

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
Decimal1342372200.4300.070.07170.174.172.75
Hex86EDDC2B077aa4a49
Octal20635533453077252112111
Binary10000110111011011101110010101101111111010101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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