#8CCAB9

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

Shades of Bermuda #8CCAB9

Tints of Bermuda #8CCAB9

Color information

#8CCAB9 (or 0x8CCAB9) is unknown color: approx Bermuda. HEX triplet: 8C, CA and B9. RGB value is (140,202,185). Sum of RGB (Red+Green+Blue) = 140+202+185=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCAB9 is #733546. Grayscale: #B5B5B5. Windows color (decimal): -7550279 or 12176012. OLE color: 12176012.

HSL color Cylindrical-coordinate representation of color #8CCAB9: hue angle of 163.55º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCAB9 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB140202185-
CMYK0.3100.080.21
HSL163.55º36.9%67.06%-
HSV(B)163.55º30.69%79.22%-
XYZ40.6951.3253.66-
YUV181.52129.9698.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.57%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 185 (72.66% from 255) = 35.10%
R=26.57%
G=38.33%
B=35.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021850.3100.080.21163.5536.967.06
Hex8CCAB91F0815a42543
Octal214312271370102524445103
Binary100011001100101010111001111110100010101101001001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,202,185); }

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

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

 a { background-color: rgb(140,202,185); }

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

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

 span { border-color: rgb(140,202,185); }

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