#86F7CB

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

Shades of Aquamarine #86F7CB

Tints of Aquamarine #86F7CB

Color information

#86F7CB (or 0x86F7CB) is unknown color: approx Aquamarine. HEX triplet: 86, F7 and CB. RGB value is (134,247,203). Sum of RGB (Red+Green+Blue) = 134+247+203=584 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.95% from 584); Green value is 247 (96.88% from 255 or 42.29% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 247 - color contains mainly: green. Hex color #86F7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F7CB is #790834. Grayscale: #D0D0D0. Windows color (decimal): -7931957 or 13367174. OLE color: 13367174.

HSL color Cylindrical-coordinate representation of color #86F7CB: hue angle of 156.64º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F7CB is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB134247203-
CMYK0.4600.180.03
HSL156.64º87.6%74.71%-
HSV(B)156.64º45.75%96.86%-
XYZ53.8775.968.31-
YUV208.2125.0675.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.95%
GREEN value IS 247 (96.88% from 255) = 42.29%
BLUE value IS 203 (79.69% from 255) = 34.76%
R=22.95%
G=42.29%
B=34.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342472030.4600.180.03156.6487.674.71
Hex86F7CB2E01239d584b
Octal206367313560223235130113
Binary100001101111011111001011101110010010111001110110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,247,203); }

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

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

 a { background-color: rgb(134,247,203); }

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

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

 span { border-color: rgb(134,247,203); }

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