Shades of Bermuda #8BCABC
Tints of Bermuda #8BCABC
RGB
CMYK
RGB Variations
Color information
#8BCABC (or 0x8BCABC) is known color: Bermuda. HEX triplet: 8B, CA and BC. RGB value is (139,202,188). Sum of RGB (Red+Green+Blue) = 139+202+188=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCABC is #743543. Grayscale: #B5B5B5. Windows color (decimal): -7615812 or 12372619. OLE color: 12372619.
HSL color Cylindrical-coordinate representation of color #8BCABC: hue angle of 166.67º 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 #8BCABC is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 188 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.21 |
| HSL | 166.67º | 0.37% | 0.67% | - |
| HSV(B) | 166.67º | 0.31% | 0.79% | - |
| XYZ | 40.85 | 51.36 | 55.34 | - |
| YUV | 181.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 188 | 0.31 | 0 | 0.07 | 0.21 | 166.67 | 0.37 | 0.67 |
| Hex | 8B | CA | BC | 1F | 0 | 7 | 15 | A7 | 25 | 43 |
| Octal | 213 | 312 | 274 | 37 | 0 | 7 | 25 | 247 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10111100 | 11111 | 0 | 111 | 10101 | 10100111 | 100101 | 1000011 |
Color Harmonies of #8BCABC
Complementary color
Monochromatic Colors of #8BCABC
Black with #8BCABC
Text Example
Text Example
White with #8BCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCABC; }
p { color: rgb(139,202,188); }
H1.HeaderClassName
{
color: #8BCABC;
}
.AnyTagClassName
{
color: #8BCABC;
}
</style>
background-color css
<style>
a { background-color: #8BCABC; }
a { background-color: rgb(139,202,188); }
div.DivClassName
{
background-color: #8BCABC;
}
.BgClassName
{
background-color: #8BCABC;
}
</style>
border-color css
<style>
span { border-color: #8BCABC; }
span { border-color: rgb(139,202,188); }
td.TdClassName
{
border-color: #8BCABC;
}
.TagClassName
{
border-color: #8BCABC;
}
</style>