#86FCB9

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

Shades of Aquamarine #86FCB9

Tints of Aquamarine #86FCB9

Color information

#86FCB9 (or 0x86FCB9) is unknown color: approx Aquamarine. HEX triplet: 86, FC and B9. RGB value is (134,252,185). Sum of RGB (Red+Green+Blue) = 134+252+185=571 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.47% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #86FCB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FCB9 is #790346. Grayscale: #D1D1D1. Windows color (decimal): -7930695 or 12188806. OLE color: 12188806.

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

Color convert

RGB134252185-
CMYK0.4700.270.01
HSL145.93º95.16%75.69%-
HSV(B)145.93º46.83%98.82%-
XYZ53.478.1958.18-
YUV209.08114.4174.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.47%
GREEN value IS 252 (98.83% from 255) = 44.13%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=23.47%
G=44.13%
B=32.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342521850.4700.270.01145.9395.1675.69
Hex86FCB92F01B1925f4c
Octal206374271570331222137114
Binary10000110111111001011100110111101101111001001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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