Shades of Bermuda #8DC9C2
Tints of Bermuda #8DC9C2
RGB
CMYK
RGB Variations
Color information
#8DC9C2 (or 0x8DC9C2) is known color: Bermuda. HEX triplet: 8D, C9 and C2. RGB value is (141,201,194). Sum of RGB (Red+Green+Blue) = 141+201+194=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC9C2 is #72363D. Grayscale: #B6B6B6. Windows color (decimal): -7484990 or 12765581. OLE color: 12765581.
HSL color Cylindrical-coordinate representation of color #8DC9C2: hue angle of 173º 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 #8DC9C2 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 194 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.21 |
| HSL | 173º | 0.36% | 0.67% | - |
| HSV(B) | 173º | 0.3% | 0.79% | - |
| XYZ | 41.61 | 51.33 | 58.75 | - |
| YUV | 182.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 194 | 0.30 | 0 | 0.03 | 0.21 | 173 | 0.36 | 0.67 |
| Hex | 8D | C9 | C2 | 1E | 0 | 3 | 15 | AD | 24 | 43 |
| Octal | 215 | 311 | 302 | 36 | 0 | 3 | 25 | 255 | 44 | 103 |
| Binary | 10001101 | 11001001 | 11000010 | 11110 | 0 | 11 | 10101 | 10101101 | 100100 | 1000011 |
Color Harmonies of #8DC9C2
Complementary color
Monochromatic Colors of #8DC9C2
Black with #8DC9C2
Text Example
Text Example
White with #8DC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC9C2; }
p { color: rgb(141,201,194); }
H1.HeaderClassName
{
color: #8DC9C2;
}
.AnyTagClassName
{
color: #8DC9C2;
}
</style>
background-color css
<style>
a { background-color: #8DC9C2; }
a { background-color: rgb(141,201,194); }
div.DivClassName
{
background-color: #8DC9C2;
}
.BgClassName
{
background-color: #8DC9C2;
}
</style>
border-color css
<style>
span { border-color: #8DC9C2; }
span { border-color: rgb(141,201,194); }
td.TdClassName
{
border-color: #8DC9C2;
}
.TagClassName
{
border-color: #8DC9C2;
}
</style>