#86F1C0

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

Shades of Aquamarine #86F1C0

Tints of Aquamarine #86F1C0

Color information

#86F1C0 (or 0x86F1C0) is unknown color: approx Aquamarine. HEX triplet: 86, F1 and C0. RGB value is (134,241,192). Sum of RGB (Red+Green+Blue) = 134+241+192=567 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.63% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #86F1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F1C0 is #790E3F. Grayscale: #CBCBCB. Windows color (decimal): -7933504 or 12644742. OLE color: 12644742.

HSL color Cylindrical-coordinate representation of color #86F1C0: hue angle of 152.52º 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 #86F1C0 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB134241192-
CMYK0.4400.200.05
HSL152.52º79.26%73.53%-
HSV(B)152.52º44.4%94.51%-
XYZ50.871.7861.05-
YUV203.42121.5578.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.63%
GREEN value IS 241 (94.53% from 255) = 42.50%
BLUE value IS 192 (75.39% from 255) = 33.86%
R=23.63%
G=42.50%
B=33.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342411920.4400.200.05152.5279.2673.53
Hex86F1C02C0145994f4a
Octal206361300540245231117112
Binary1000011011110001110000001011000101001011001100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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