Shades of Bermuda #8DC9C5
Tints of Bermuda #8DC9C5
RGB
CMYK
RGB Variations
Color information
#8DC9C5 (or 0x8DC9C5) is known color: Bermuda. HEX triplet: 8D, C9 and C5. RGB value is (141,201,197). Sum of RGB (Red+Green+Blue) = 141+201+197=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC9C5 is #72363A. Grayscale: #B6B6B6. Windows color (decimal): -7484987 or 12962189. OLE color: 12962189.
HSL color Cylindrical-coordinate representation of color #8DC9C5: hue angle of 176º 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 #8DC9C5 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 197 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.21 |
| HSL | 176º | 0.36% | 0.67% | - |
| HSV(B) | 176º | 0.3% | 0.79% | - |
| XYZ | 41.95 | 51.47 | 60.55 | - |
| YUV | 182.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 197 | 0.30 | 0 | 0.02 | 0.21 | 176 | 0.36 | 0.67 |
| Hex | 8D | C9 | C5 | 1E | 0 | 2 | 15 | B0 | 24 | 43 |
| Octal | 215 | 311 | 305 | 36 | 0 | 2 | 25 | 260 | 44 | 103 |
| Binary | 10001101 | 11001001 | 11000101 | 11110 | 0 | 10 | 10101 | 10110000 | 100100 | 1000011 |
Color Harmonies of #8DC9C5
Complementary color
Monochromatic Colors of #8DC9C5
Black with #8DC9C5
Text Example
Text Example
White with #8DC9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC9C5; }
p { color: rgb(141,201,197); }
H1.HeaderClassName
{
color: #8DC9C5;
}
.AnyTagClassName
{
color: #8DC9C5;
}
</style>
background-color css
<style>
a { background-color: #8DC9C5; }
a { background-color: rgb(141,201,197); }
div.DivClassName
{
background-color: #8DC9C5;
}
.BgClassName
{
background-color: #8DC9C5;
}
</style>
border-color css
<style>
span { border-color: #8DC9C5; }
span { border-color: rgb(141,201,197); }
td.TdClassName
{
border-color: #8DC9C5;
}
.TagClassName
{
border-color: #8DC9C5;
}
</style>