#8CCBC3

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

Shades of Bermuda #8CCBC3

Tints of Bermuda #8CCBC3

Color information

#8CCBC3 (or 0x8CCBC3) is unknown color: approx Bermuda. HEX triplet: 8C, CB and C3. RGB value is (140,203,195). Sum of RGB (Red+Green+Blue) = 140+203+195=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCBC3 is #73343C. Grayscale: #B7B7B7. Windows color (decimal): -7550013 or 12831628. OLE color: 12831628.

HSL color Cylindrical-coordinate representation of color #8CCBC3: hue angle of 172.38º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCBC3 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB140203195-
CMYK0.3100.040.20
HSL172.38º37.72%67.25%-
HSV(B)172.38º31.03%79.61%-
XYZ42.0252.2359.5-
YUV183.25134.6397.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.02%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 195 (76.56% from 255) = 36.25%
R=26.02%
G=37.73%
B=36.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402031950.3100.040.20172.3837.7267.25
Hex8CCBC31F0414ac2643
Octal21431330337042425446103
Binary10001100110010111100001111111010010100101011001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,203,195); }

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

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

 a { background-color: rgb(140,203,195); }

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

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

 span { border-color: rgb(140,203,195); }

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