#86F1BB

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

Shades of Aquamarine #86F1BB

Tints of Aquamarine #86F1BB

Color information

#86F1BB (or 0x86F1BB) is unknown color: approx Aquamarine. HEX triplet: 86, F1 and BB. RGB value is (134,241,187). Sum of RGB (Red+Green+Blue) = 134+241+187=562 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.84% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #86F1BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F1BB is #790E44. Grayscale: #CACACA. Windows color (decimal): -7933509 or 12317062. OLE color: 12317062.

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

Color convert

RGB134241187-
CMYK0.4400.220.05
HSL149.72º79.26%73.53%-
HSV(B)149.72º44.4%94.51%-
XYZ50.2671.5758.18-
YUV202.85119.0578.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.84%
GREEN value IS 241 (94.53% from 255) = 42.88%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=23.84%
G=42.88%
B=33.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342411870.4400.220.05149.7279.2673.53
Hex86F1BB2C0165964f4a
Octal206361273540265226117112
Binary1000011011110001101110111011000101101011001011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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