Shades of Bermuda #8DC9BF
Tints of Bermuda #8DC9BF
RGB
CMYK
RGB Variations
Color information
#8DC9BF (or 0x8DC9BF) is known color: Bermuda. HEX triplet: 8D, C9 and BF. RGB value is (141,201,191). Sum of RGB (Red+Green+Blue) = 141+201+191=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC9BF is #723640. Grayscale: #B5B5B5. Windows color (decimal): -7484993 or 12568973. OLE color: 12568973.
HSL color Cylindrical-coordinate representation of color #8DC9BF: hue angle of 170º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC9BF is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 191 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.21 |
| HSL | 170º | 0.36% | 0.67% | - |
| HSV(B) | 170º | 0.3% | 0.79% | - |
| XYZ | 41.28 | 51.2 | 57 | - |
| YUV | 181.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 191 | 0.30 | 0 | 0.05 | 0.21 | 170 | 0.36 | 0.67 |
| Hex | 8D | C9 | BF | 1E | 0 | 5 | 15 | AA | 24 | 43 |
| Octal | 215 | 311 | 277 | 36 | 0 | 5 | 25 | 252 | 44 | 103 |
| Binary | 10001101 | 11001001 | 10111111 | 11110 | 0 | 101 | 10101 | 10101010 | 100100 | 1000011 |
Color Harmonies of #8DC9BF
Complementary color
Monochromatic Colors of #8DC9BF
Black with #8DC9BF
Text Example
Text Example
White with #8DC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC9BF; }
p { color: rgb(141,201,191); }
H1.HeaderClassName
{
color: #8DC9BF;
}
.AnyTagClassName
{
color: #8DC9BF;
}
</style>
background-color css
<style>
a { background-color: #8DC9BF; }
a { background-color: rgb(141,201,191); }
div.DivClassName
{
background-color: #8DC9BF;
}
.BgClassName
{
background-color: #8DC9BF;
}
</style>
border-color css
<style>
span { border-color: #8DC9BF; }
span { border-color: rgb(141,201,191); }
td.TdClassName
{
border-color: #8DC9BF;
}
.TagClassName
{
border-color: #8DC9BF;
}
</style>