#8CC2BF

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

Shades of Bermuda #8CC2BF

Tints of Bermuda #8CC2BF

Color information

#8CC2BF (or 0x8CC2BF) is unknown color: approx Bermuda. HEX triplet: 8C, C2 and BF. RGB value is (140,194,191). Sum of RGB (Red+Green+Blue) = 140+194+191=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC2BF is #733D40. Grayscale: #B1B1B1. Windows color (decimal): -7552321 or 12567180. OLE color: 12567180.

HSL color Cylindrical-coordinate representation of color #8CC2BF: hue angle of 176.67º 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 #8CC2BF is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB140194191-
CMYK0.2800.020.24
HSL176.67º30.68%65.49%-
HSV(B)176.67º27.84%76.08%-
XYZ39.5147.9256.46-
YUV177.51135.61101.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.67%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 191 (75% from 255) = 36.38%
R=26.67%
G=36.95%
B=36.38%

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
Decimal1401941910.2800.020.24176.6730.6865.49
Hex8CC2BF1C0218b11f41
Octal21430227734023026137101
Binary100011001100001010111111111000101100010110001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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