Shades of Bermuda #8DDBBD
Tints of Bermuda #8DDBBD
RGB
CMYK
RGB Variations
Color information
#8DDBBD (or 0x8DDBBD) is known color: Bermuda. HEX triplet: 8D, DB and BD. RGB value is (141,219,189). Sum of RGB (Red+Green+Blue) = 141+219+189=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDBBD is #722442. Grayscale: #C0C0C0. Windows color (decimal): -7480387 or 12442509. OLE color: 12442509.
HSL color Cylindrical-coordinate representation of color #8DDBBD: hue angle of 156.92º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDBBD is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 189 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.14 |
| HSL | 156.92º | 0.52% | 0.71% | - |
| HSV(B) | 156.92º | 0.36% | 0.86% | - |
| XYZ | 45.5 | 60 | 57.33 | - |
| YUV | 192.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 189 | 0.36 | 0 | 0.14 | 0.14 | 156.92 | 0.52 | 0.71 |
| Hex | 8D | DB | BD | 24 | 0 | E | E | 9D | 34 | 47 |
| Octal | 215 | 333 | 275 | 44 | 0 | 16 | 16 | 235 | 64 | 107 |
| Binary | 10001101 | 11011011 | 10111101 | 100100 | 0 | 1110 | 1110 | 10011101 | 110100 | 1000111 |
Color Harmonies of #8DDBBD
Complementary color
Monochromatic Colors of #8DDBBD
Black with #8DDBBD
Text Example
Text Example
White with #8DDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDBBD; }
p { color: rgb(141,219,189); }
H1.HeaderClassName
{
color: #8DDBBD;
}
.AnyTagClassName
{
color: #8DDBBD;
}
</style>
background-color css
<style>
a { background-color: #8DDBBD; }
a { background-color: rgb(141,219,189); }
div.DivClassName
{
background-color: #8DDBBD;
}
.BgClassName
{
background-color: #8DDBBD;
}
</style>
border-color css
<style>
span { border-color: #8DDBBD; }
span { border-color: rgb(141,219,189); }
td.TdClassName
{
border-color: #8DDBBD;
}
.TagClassName
{
border-color: #8DDBBD;
}
</style>