#86EEDF

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

Shades of Aquamarine #86EEDF

Tints of Aquamarine #86EEDF

Color information

#86EEDF (or 0x86EEDF) is unknown color: approx Aquamarine. HEX triplet: 86, EE and DF. RGB value is (134,238,223). Sum of RGB (Red+Green+Blue) = 134+238+223=595 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.52% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EEDF is #791120. Grayscale: #CDCDCD. Windows color (decimal): -7934241 or 14675590. OLE color: 14675590.

HSL color Cylindrical-coordinate representation of color #86EEDF: hue angle of 171.35º 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 #86EEDF is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB134238223-
CMYK0.4400.060.07
HSL171.35º75.36%72.94%-
HSV(B)171.35º43.7%93.33%-
XYZ53.7371.5580.79-
YUV205.19138.0477.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.52%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=22.52%
G=40%
B=37.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342382230.4400.060.07171.3575.3672.94
Hex86EEDF2C067ab4b49
Octal20635633754067253113111
Binary10000110111011101101111110110001101111010101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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