#86FCE4

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

Shades of Aquamarine #86FCE4

Tints of Aquamarine #86FCE4

Color information

#86FCE4 (or 0x86FCE4) is unknown color: approx Aquamarine. HEX triplet: 86, FC and E4. RGB value is (134,252,228). Sum of RGB (Red+Green+Blue) = 134+252+228=614 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.82% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #86FCE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FCE4 is #79031B. Grayscale: #D5D5D5. Windows color (decimal): -7930652 or 15006854. OLE color: 15006854.

HSL color Cylindrical-coordinate representation of color #86FCE4: hue angle of 167.8º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FCE4 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB134252228-
CMYK0.4700.100.01
HSL167.8º95.16%75.69%-
HSV(B)167.8º46.83%98.82%-
XYZ58.6580.2985.81-
YUV213.98135.9170.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.82%
GREEN value IS 252 (98.83% from 255) = 41.04%
BLUE value IS 228 (89.45% from 255) = 37.13%
R=21.82%
G=41.04%
B=37.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342522280.4700.100.01167.895.1675.69
Hex86FCE42F0A1a85f4c
Octal206374344570121250137114
Binary1000011011111100111001001011110101011010100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,252,228); }

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

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

 a { background-color: rgb(134,252,228); }

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

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

 span { border-color: rgb(134,252,228); }

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