Shades of Bermuda #8DD0BF
Tints of Bermuda #8DD0BF
RGB
CMYK
RGB Variations
Color information
#8DD0BF (or 0x8DD0BF) is known color: Bermuda. HEX triplet: 8D, D0 and BF. RGB value is (141,208,191). Sum of RGB (Red+Green+Blue) = 141+208+191=540 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.11% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD0BF is #722F40. Grayscale: #BABABA. Windows color (decimal): -7483201 or 12570765. OLE color: 12570765.
HSL color Cylindrical-coordinate representation of color #8DD0BF: hue angle of 164.78º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DD0BF is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 191 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.18 |
| HSL | 164.78º | 0.42% | 0.68% | - |
| HSV(B) | 164.78º | 0.32% | 0.82% | - |
| XYZ | 42.94 | 54.54 | 57.55 | - |
| YUV | 186.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 191 | 0.32 | 0 | 0.08 | 0.18 | 164.78 | 0.42 | 0.68 |
| Hex | 8D | D0 | BF | 20 | 0 | 8 | 12 | A5 | 2A | 44 |
| Octal | 215 | 320 | 277 | 40 | 0 | 10 | 22 | 245 | 52 | 104 |
| Binary | 10001101 | 11010000 | 10111111 | 100000 | 0 | 1000 | 10010 | 10100101 | 101010 | 1000100 |
Color Harmonies of #8DD0BF
Complementary color
Monochromatic Colors of #8DD0BF
Black with #8DD0BF
Text Example
Text Example
White with #8DD0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD0BF; }
p { color: rgb(141,208,191); }
H1.HeaderClassName
{
color: #8DD0BF;
}
.AnyTagClassName
{
color: #8DD0BF;
}
</style>
background-color css
<style>
a { background-color: #8DD0BF; }
a { background-color: rgb(141,208,191); }
div.DivClassName
{
background-color: #8DD0BF;
}
.BgClassName
{
background-color: #8DD0BF;
}
</style>
border-color css
<style>
span { border-color: #8DD0BF; }
span { border-color: rgb(141,208,191); }
td.TdClassName
{
border-color: #8DD0BF;
}
.TagClassName
{
border-color: #8DD0BF;
}
</style>