Shades of Bermuda #8DCBC8
Tints of Bermuda #8DCBC8
RGB
CMYK
RGB Variations
Color information
#8DCBC8 (or 0x8DCBC8) is known color: Bermuda. HEX triplet: 8D, CB and C8. RGB value is (141,203,200). Sum of RGB (Red+Green+Blue) = 141+203+200=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBC8 is #723437. Grayscale: #B8B8B8. Windows color (decimal): -7484472 or 13159309. OLE color: 13159309.
HSL color Cylindrical-coordinate representation of color #8DCBC8: hue angle of 177.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCBC8 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 200 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.20 |
| HSL | 177.1º | 0.37% | 0.67% | - |
| HSV(B) | 177.1º | 0.31% | 0.8% | - |
| XYZ | 42.77 | 52.54 | 62.53 | - |
| YUV | 184.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 200 | 0.31 | 0 | 0.01 | 0.20 | 177.1 | 0.37 | 0.67 |
| Hex | 8D | CB | C8 | 1F | 0 | 1 | 14 | B1 | 25 | 43 |
| Octal | 215 | 313 | 310 | 37 | 0 | 1 | 24 | 261 | 45 | 103 |
| Binary | 10001101 | 11001011 | 11001000 | 11111 | 0 | 1 | 10100 | 10110001 | 100101 | 1000011 |
Color Harmonies of #8DCBC8
Complementary color
Monochromatic Colors of #8DCBC8
Black with #8DCBC8
Text Example
Text Example
White with #8DCBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBC8; }
p { color: rgb(141,203,200); }
H1.HeaderClassName
{
color: #8DCBC8;
}
.AnyTagClassName
{
color: #8DCBC8;
}
</style>
background-color css
<style>
a { background-color: #8DCBC8; }
a { background-color: rgb(141,203,200); }
div.DivClassName
{
background-color: #8DCBC8;
}
.BgClassName
{
background-color: #8DCBC8;
}
</style>
border-color css
<style>
span { border-color: #8DCBC8; }
span { border-color: rgb(141,203,200); }
td.TdClassName
{
border-color: #8DCBC8;
}
.TagClassName
{
border-color: #8DCBC8;
}
</style>