Shades of Bermuda #8BCABF
Tints of Bermuda #8BCABF
RGB
CMYK
RGB Variations
Color information
#8BCABF (or 0x8BCABF) is known color: Bermuda. HEX triplet: 8B, CA and BF. RGB value is (139,202,191). Sum of RGB (Red+Green+Blue) = 139+202+191=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCABF is #743540. Grayscale: #B5B5B5. Windows color (decimal): -7615809 or 12569227. OLE color: 12569227.
HSL color Cylindrical-coordinate representation of color #8BCABF: hue angle of 169.52º 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 #8BCABF is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 191 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.21 |
| HSL | 169.52º | 0.37% | 0.67% | - |
| HSV(B) | 169.52º | 0.31% | 0.79% | - |
| XYZ | 41.17 | 51.49 | 57.06 | - |
| YUV | 181.91 | 133.13 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 191 | 0.31 | 0 | 0.05 | 0.21 | 169.52 | 0.37 | 0.67 |
| Hex | 8B | CA | BF | 1F | 0 | 5 | 15 | AA | 25 | 43 |
| Octal | 213 | 312 | 277 | 37 | 0 | 5 | 25 | 252 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10111111 | 11111 | 0 | 101 | 10101 | 10101010 | 100101 | 1000011 |
Color Harmonies of #8BCABF
Complementary color
Monochromatic Colors of #8BCABF
Black with #8BCABF
Text Example
Text Example
White with #8BCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCABF; }
p { color: rgb(139,202,191); }
H1.HeaderClassName
{
color: #8BCABF;
}
.AnyTagClassName
{
color: #8BCABF;
}
</style>
background-color css
<style>
a { background-color: #8BCABF; }
a { background-color: rgb(139,202,191); }
div.DivClassName
{
background-color: #8BCABF;
}
.BgClassName
{
background-color: #8BCABF;
}
</style>
border-color css
<style>
span { border-color: #8BCABF; }
span { border-color: rgb(139,202,191); }
td.TdClassName
{
border-color: #8BCABF;
}
.TagClassName
{
border-color: #8BCABF;
}
</style>