Shades of Bermuda #8BCAB4
Tints of Bermuda #8BCAB4
RGB
CMYK
RGB Variations
Color information
#8BCAB4 (or 0x8BCAB4) is known color: Bermuda. HEX triplet: 8B, CA and B4. RGB value is (139,202,180). Sum of RGB (Red+Green+Blue) = 139+202+180=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCAB4 is #74354B. Grayscale: #B4B4B4. Windows color (decimal): -7615820 or 11848331. OLE color: 11848331.
HSL color Cylindrical-coordinate representation of color #8BCAB4: hue angle of 159.05º 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 #8BCAB4 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 180 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.21 |
| HSL | 159.05º | 0.37% | 0.67% | - |
| HSV(B) | 159.05º | 0.31% | 0.79% | - |
| XYZ | 40.01 | 51.03 | 50.92 | - |
| YUV | 180.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 180 | 0.31 | 0 | 0.11 | 0.21 | 159.05 | 0.37 | 0.67 |
| Hex | 8B | CA | B4 | 1F | 0 | B | 15 | 9F | 25 | 43 |
| Octal | 213 | 312 | 264 | 37 | 0 | 13 | 25 | 237 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10110100 | 11111 | 0 | 1011 | 10101 | 10011111 | 100101 | 1000011 |
Color Harmonies of #8BCAB4
Complementary color
Monochromatic Colors of #8BCAB4
Black with #8BCAB4
Text Example
Text Example
White with #8BCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCAB4; }
p { color: rgb(139,202,180); }
H1.HeaderClassName
{
color: #8BCAB4;
}
.AnyTagClassName
{
color: #8BCAB4;
}
</style>
background-color css
<style>
a { background-color: #8BCAB4; }
a { background-color: rgb(139,202,180); }
div.DivClassName
{
background-color: #8BCAB4;
}
.BgClassName
{
background-color: #8BCAB4;
}
</style>
border-color css
<style>
span { border-color: #8BCAB4; }
span { border-color: rgb(139,202,180); }
td.TdClassName
{
border-color: #8BCAB4;
}
.TagClassName
{
border-color: #8BCAB4;
}
</style>