#8CC1BF

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

Shades of Bermuda #8CC1BF

Tints of Bermuda #8CC1BF

Color information

#8CC1BF (or 0x8CC1BF) is unknown color: approx Bermuda. HEX triplet: 8C, C1 and BF. RGB value is (140,193,191). Sum of RGB (Red+Green+Blue) = 140+193+191=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC1BF is #733E40. Grayscale: #B0B0B0. Windows color (decimal): -7552577 or 12566924. OLE color: 12566924.

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

Color convert

RGB140193191-
CMYK0.2700.010.24
HSL177.74º29.94%65.29%-
HSV(B)177.74º27.46%75.69%-
XYZ39.2947.4856.38-
YUV176.92135.94101.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.72%
GREEN value IS 193 (75.78% from 255) = 36.83%
BLUE value IS 191 (75% from 255) = 36.45%
R=26.72%
G=36.83%
B=36.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401931910.2700.010.24177.7429.9465.29
Hex8CC1BF1B0118b21e41
Octal21430127733013026236101
Binary10001100110000011011111111011011100010110010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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