#86F5BB

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

Shades of Aquamarine #86F5BB

Tints of Aquamarine #86F5BB

Color information

#86F5BB (or 0x86F5BB) is unknown color: approx Aquamarine. HEX triplet: 86, F5 and BB. RGB value is (134,245,187). Sum of RGB (Red+Green+Blue) = 134+245+187=566 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.67% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #86F5BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F5BB is #790A44. Grayscale: #CDCDCD. Windows color (decimal): -7932485 or 12318086. OLE color: 12318086.

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

Color convert

RGB134245187-
CMYK0.4500.240.04
HSL148.65º84.73%74.31%-
HSV(B)148.65º45.31%96.08%-
XYZ51.4573.9658.58-
YUV205.2117.7377.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.67%
GREEN value IS 245 (96.09% from 255) = 43.29%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=23.67%
G=43.29%
B=33.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342451870.4500.240.04148.6584.7374.31
Hex86F5BB2D018495554a
Octal206365273550304225125112
Binary1000011011110101101110111011010110001001001010110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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