#86EFD2

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

Shades of Aquamarine #86EFD2

Tints of Aquamarine #86EFD2

Color information

#86EFD2 (or 0x86EFD2) is unknown color: approx Aquamarine. HEX triplet: 86, EF and D2. RGB value is (134,239,210). Sum of RGB (Red+Green+Blue) = 134+239+210=583 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.98% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #86EFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EFD2 is #79102D. Grayscale: #CCCCCC. Windows color (decimal): -7933998 or 13823878. OLE color: 13823878.

HSL color Cylindrical-coordinate representation of color #86EFD2: hue angle of 163.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EFD2 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB134239210-
CMYK0.4400.120.06
HSL163.43º76.64%73.14%-
HSV(B)163.43º43.93%93.73%-
XYZ52.3371.4572.01-
YUV204.3131.2177.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.98%
GREEN value IS 239 (93.75% from 255) = 40.99%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=22.98%
G=40.99%
B=36.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342392100.4400.120.06163.4376.6473.14
Hex86EFD22C0C6a34d49
Octal206357322540146243115111
Binary100001101110111111010010101100011001101010001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,239,210); }

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

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

 a { background-color: rgb(134,239,210); }

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

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

 span { border-color: rgb(134,239,210); }

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