#86F8BB

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

Shades of Aquamarine #86F8BB

Tints of Aquamarine #86F8BB

Color information

#86F8BB (or 0x86F8BB) is unknown color: approx Aquamarine. HEX triplet: 86, F8 and BB. RGB value is (134,248,187). Sum of RGB (Red+Green+Blue) = 134+248+187=569 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.55% from 569); Green value is 248 (97.27% from 255 or 43.59% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 248 - color contains mainly: green. Hex color #86F8BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F8BB is #790744. Grayscale: #CFCFCF. Windows color (decimal): -7931717 or 12318854. OLE color: 12318854.

HSL color Cylindrical-coordinate representation of color #86F8BB: hue angle of 147.89º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F8BB is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB134248187-
CMYK0.4600.250.03
HSL147.89º89.06%74.9%-
HSV(B)147.89º45.97%97.25%-
XYZ52.3775.7958.88-
YUV206.96116.7375.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.55%
GREEN value IS 248 (97.27% from 255) = 43.59%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=23.55%
G=43.59%
B=32.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342481870.4600.250.03147.8989.0674.9
Hex86F8BB2E019394594b
Octal206370273560313224131113
Binary100001101111100010111011101110011001111001010010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,248,187); }

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

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

 a { background-color: rgb(134,248,187); }

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

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

 span { border-color: rgb(134,248,187); }

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