Shades of Bermuda #8CCABB
Tints of Bermuda #8CCABB
RGB
CMYK
RGB Variations
Color information
#8CCABB (or 0x8CCABB) is known color: Bermuda. HEX triplet: 8C, CA and BB. RGB value is (140,202,187). Sum of RGB (Red+Green+Blue) = 140+202+187=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCABB is #733544. Grayscale: #B5B5B5. Windows color (decimal): -7550277 or 12307084. OLE color: 12307084.
HSL color Cylindrical-coordinate representation of color #8CCABB: hue angle of 165.48º 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 #8CCABB is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 187 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.21 |
| HSL | 165.48º | 0.37% | 0.67% | - |
| HSV(B) | 165.48º | 0.31% | 0.79% | - |
| XYZ | 40.91 | 51.4 | 54.78 | - |
| YUV | 181.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 187 | 0.31 | 0 | 0.07 | 0.21 | 165.48 | 0.37 | 0.67 |
| Hex | 8C | CA | BB | 1F | 0 | 7 | 15 | A5 | 25 | 43 |
| Octal | 214 | 312 | 273 | 37 | 0 | 7 | 25 | 245 | 45 | 103 |
| Binary | 10001100 | 11001010 | 10111011 | 11111 | 0 | 111 | 10101 | 10100101 | 100101 | 1000011 |
Color Harmonies of #8CCABB
Complementary color
Monochromatic Colors of #8CCABB
Black with #8CCABB
Text Example
Text Example
White with #8CCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCABB; }
p { color: rgb(140,202,187); }
H1.HeaderClassName
{
color: #8CCABB;
}
.AnyTagClassName
{
color: #8CCABB;
}
</style>
background-color css
<style>
a { background-color: #8CCABB; }
a { background-color: rgb(140,202,187); }
div.DivClassName
{
background-color: #8CCABB;
}
.BgClassName
{
background-color: #8CCABB;
}
</style>
border-color css
<style>
span { border-color: #8CCABB; }
span { border-color: rgb(140,202,187); }
td.TdClassName
{
border-color: #8CCABB;
}
.TagClassName
{
border-color: #8CCABB;
}
</style>