#8BC2BF

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

Shades of Bermuda #8BC2BF

Tints of Bermuda #8BC2BF

Color information

#8BC2BF (or 0x8BC2BF) is unknown color: approx Bermuda. HEX triplet: 8B, C2 and BF. RGB value is (139,194,191). Sum of RGB (Red+Green+Blue) = 139+194+191=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC2BF is #743D40. Grayscale: #B1B1B1. Windows color (decimal): -7617857 or 12567179. OLE color: 12567179.

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

Color convert

RGB139194191-
CMYK0.2800.020.24
HSL176.73º31.07%65.29%-
HSV(B)176.73º28.35%76.08%-
XYZ39.3447.8356.45-
YUV177.21135.78100.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.53%
GREEN value IS 194 (76.17% from 255) = 37.02%
BLUE value IS 191 (75% from 255) = 36.45%
R=26.53%
G=37.02%
B=36.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391941910.2800.020.24176.7331.0765.29
Hex8BC2BF1C0218b11f41
Octal21330227734023026137101
Binary100010111100001010111111111000101100010110001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BC2BF; }

 p { color: rgb(139,194,191); }

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

<style>
 a { background-color: #8BC2BF; }

 a { background-color: rgb(139,194,191); }

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

<style>
 span { border-color: #8BC2BF; }

 span { border-color: rgb(139,194,191); }

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