#86F5BD

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

Shades of Aquamarine #86F5BD

Tints of Aquamarine #86F5BD

Color information

#86F5BD (or 0x86F5BD) is unknown color: approx Aquamarine. HEX triplet: 86, F5 and BD. RGB value is (134,245,189). Sum of RGB (Red+Green+Blue) = 134+245+189=568 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.59% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #86F5BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F5BD is #790A42. Grayscale: #CDCDCD. Windows color (decimal): -7932483 or 12449158. OLE color: 12449158.

HSL color Cylindrical-coordinate representation of color #86F5BD: hue angle of 149.73º 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 #86F5BD is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB134245189-
CMYK0.4500.230.04
HSL149.73º84.73%74.31%-
HSV(B)149.73º45.31%96.08%-
XYZ51.6774.0559.71-
YUV205.43118.7377.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.59%
GREEN value IS 245 (96.09% from 255) = 43.13%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=23.59%
G=43.13%
B=33.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342451890.4500.230.04149.7384.7374.31
Hex86F5BD2D017496554a
Octal206365275550274226125112
Binary1000011011110101101111011011010101111001001011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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