#86F5C6

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

Shades of Aquamarine #86F5C6

Tints of Aquamarine #86F5C6

Color information

#86F5C6 (or 0x86F5C6) is unknown color: approx Aquamarine. HEX triplet: 86, F5 and C6. RGB value is (134,245,198). Sum of RGB (Red+Green+Blue) = 134+245+198=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #86F5C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F5C6 is #790A39. Grayscale: #CECECE. Windows color (decimal): -7932474 or 13038982. OLE color: 13038982.

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

Color convert

RGB134245198-
CMYK0.4500.190.04
HSL154.59º84.73%74.31%-
HSV(B)154.59º45.31%96.08%-
XYZ52.6874.4565.02-
YUV206.45123.2376.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.22%
GREEN value IS 245 (96.09% from 255) = 42.46%
BLUE value IS 198 (77.73% from 255) = 34.32%
R=23.22%
G=42.46%
B=34.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342451980.4500.190.04154.5984.7374.31
Hex86F5C62D01349b554a
Octal206365306550234233125112
Binary1000011011110101110001101011010100111001001101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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