#86FEE5

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

Shades of Aquamarine #86FEE5

Tints of Aquamarine #86FEE5

Color information

#86FEE5 (or 0x86FEE5) is unknown color: approx Aquamarine. HEX triplet: 86, FE and E5. RGB value is (134,254,229). Sum of RGB (Red+Green+Blue) = 134+254+229=617 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.72% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FEE5 is #79011A. Grayscale: #D7D7D7. Windows color (decimal): -7930139 or 15072902. OLE color: 15072902.

HSL color Cylindrical-coordinate representation of color #86FEE5: hue angle of 167.5º 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 #86FEE5 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB134254229-
CMYK0.4700.100.00
HSL167.5º98.36%76.08%-
HSV(B)167.5º47.24%99.61%-
XYZ59.4281.6186.75-
YUV215.27135.7470.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.72%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 229 (89.84% from 255) = 37.12%
R=21.72%
G=41.17%
B=37.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342542290.4700.100.00167.598.3676.08
Hex86FEE52F0A0a8624c
Octal206376345570120250142114
Binary1000011011111110111001011011110101001010100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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