#86EEE0

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

Shades of Aquamarine #86EEE0

Tints of Aquamarine #86EEE0

Color information

#86EEE0 (or 0x86EEE0) is unknown color: approx Aquamarine. HEX triplet: 86, EE and E0. RGB value is (134,238,224). Sum of RGB (Red+Green+Blue) = 134+238+224=596 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.48% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EEE0 is #79111F. Grayscale: #CDCDCD. Windows color (decimal): -7934240 or 14741126. OLE color: 14741126.

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

Color convert

RGB134238224-
CMYK0.4400.060.07
HSL171.92º75.36%72.94%-
HSV(B)171.92º43.7%93.33%-
XYZ53.8671.681.5-
YUV205.31138.5477.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.48%
GREEN value IS 238 (93.36% from 255) = 39.93%
BLUE value IS 224 (87.89% from 255) = 37.58%
R=22.48%
G=39.93%
B=37.58%

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
Decimal1342382240.4400.060.07171.9275.3672.94
Hex86EEE02C067ac4b49
Octal20635634054067254113111
Binary10000110111011101110000010110001101111010110010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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