#86F3B9

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

Shades of Aquamarine #86F3B9

Tints of Aquamarine #86F3B9

Color information

#86F3B9 (or 0x86F3B9) is unknown color: approx Aquamarine. HEX triplet: 86, F3 and B9. RGB value is (134,243,185). Sum of RGB (Red+Green+Blue) = 134+243+185=562 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.84% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #86F3B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F3B9 is #790C46. Grayscale: #CBCBCB. Windows color (decimal): -7932999 or 12186502. OLE color: 12186502.

HSL color Cylindrical-coordinate representation of color #86F3B9: hue angle of 148.07º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F3B9 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB134243185-
CMYK0.4500.240.05
HSL148.07º81.95%73.92%-
HSV(B)148.07º44.86%95.29%-
XYZ50.6472.6757.26-
YUV203.8117.3978.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.84%
GREEN value IS 243 (95.31% from 255) = 43.24%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=23.84%
G=43.24%
B=32.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342431850.4500.240.05148.0781.9573.92
Hex86F3B92D018594524a
Octal206363271550305224122112
Binary1000011011110011101110011011010110001011001010010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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