#86C3BF

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

Shades of Bermuda #86C3BF

Tints of Bermuda #86C3BF

Color information

#86C3BF (or 0x86C3BF) is unknown color: approx Bermuda. HEX triplet: 86, C3 and BF. RGB value is (134,195,191). Sum of RGB (Red+Green+Blue) = 134+195+191=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #86C3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C3BF is #793C40. Grayscale: #B0B0B0. Windows color (decimal): -7945281 or 12567430. OLE color: 12567430.

HSL color Cylindrical-coordinate representation of color #86C3BF: hue angle of 176.07º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C3BF is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB134195191-
CMYK0.3100.020.24
HSL176.07º33.7%64.51%-
HSV(B)176.07º31.28%76.47%-
XYZ38.7547.8656.49-
YUV176.3136.2997.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.77%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 191 (75% from 255) = 36.73%
R=25.77%
G=37.5%
B=36.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341951910.3100.020.24176.0733.764.51
Hex86C3BF1F0218b02241
Octal20630327737023026042101
Binary1000011011000011101111111111101011000101100001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,195,191); }

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

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

 a { background-color: rgb(134,195,191); }

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

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

 span { border-color: rgb(134,195,191); }

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