#86F1CB

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

Shades of Aquamarine #86F1CB

Tints of Aquamarine #86F1CB

Color information

#86F1CB (or 0x86F1CB) is unknown color: approx Aquamarine. HEX triplet: 86, F1 and CB. RGB value is (134,241,203). Sum of RGB (Red+Green+Blue) = 134+241+203=578 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.18% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #86F1CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F1CB is #790E34. Grayscale: #CCCCCC. Windows color (decimal): -7933493 or 13365638. OLE color: 13365638.

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

Color convert

RGB134241203-
CMYK0.4400.160.05
HSL158.69º79.26%73.53%-
HSV(B)158.69º44.4%94.51%-
XYZ52.0772.2967.71-
YUV204.68127.0577.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.18%
GREEN value IS 241 (94.53% from 255) = 41.70%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=23.18%
G=41.70%
B=35.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342412030.4400.160.05158.6979.2673.53
Hex86F1CB2C01059f4f4a
Octal206361313540205237117112
Binary1000011011110001110010111011000100001011001111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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