#8CC5BA

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

Shades of Bermuda #8CC5BA

Tints of Bermuda #8CC5BA

Color information

#8CC5BA (or 0x8CC5BA) is unknown color: approx Bermuda. HEX triplet: 8C, C5 and BA. RGB value is (140,197,186). Sum of RGB (Red+Green+Blue) = 140+197+186=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC5BA is #733A45. Grayscale: #B2B2B2. Windows color (decimal): -7551558 or 12240268. OLE color: 12240268.

HSL color Cylindrical-coordinate representation of color #8CC5BA: hue angle of 168.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC5BA is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB140197186-
CMYK0.2900.060.23
HSL168.42º32.95%66.08%-
HSV(B)168.42º28.93%77.25%-
XYZ39.6449.0553.83-
YUV178.7132.12100.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.77%
GREEN value IS 197 (77.34% from 255) = 37.67%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=26.77%
G=37.67%
B=35.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401971860.2900.060.23168.4232.9566.08
Hex8CC5BA1D0617a82142
Octal21430527235062725041102
Binary10001100110001011011101011101011010111101010001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,197,186); }

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

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

 a { background-color: rgb(140,197,186); }

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

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

 span { border-color: rgb(140,197,186); }

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