#86FEEA

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

Shades of Aquamarine #86FEEA

Tints of Aquamarine #86FEEA

Color information

#86FEEA (or 0x86FEEA) is unknown color: approx Aquamarine. HEX triplet: 86, FE and EA. RGB value is (134,254,234). Sum of RGB (Red+Green+Blue) = 134+254+234=622 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.54% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FEEA is #790115. Grayscale: #D7D7D7. Windows color (decimal): -7930134 or 15400582. OLE color: 15400582.

HSL color Cylindrical-coordinate representation of color #86FEEA: hue angle of 170º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FEEA is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB134254234-
CMYK0.4700.080.00
HSL170º98.36%76.08%-
HSV(B)170º47.24%99.61%-
XYZ60.1281.8990.48-
YUV215.84138.2469.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.54%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=21.54%
G=40.84%
B=37.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342542340.4700.080.0017098.3676.08
Hex86FEEA2F080aa624c
Octal206376352570100252142114
Binary1000011011111110111010101011110100001010101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,254,234); }

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

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

 a { background-color: rgb(134,254,234); }

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

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

 span { border-color: rgb(134,254,234); }

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