Shades of Bermuda #8DC8B9
Tints of Bermuda #8DC8B9
RGB
CMYK
RGB Variations
Color information
#8DC8B9 (or 0x8DC8B9) is known color: Bermuda. HEX triplet: 8D, C8 and B9. RGB value is (141,200,185). Sum of RGB (Red+Green+Blue) = 141+200+185=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC8B9 is #723746. Grayscale: #B4B4B4. Windows color (decimal): -7485255 or 12175501. OLE color: 12175501.
HSL color Cylindrical-coordinate representation of color #8DC8B9: hue angle of 164.75º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC8B9 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 200 | 185 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.22 |
| HSL | 164.75º | 0.35% | 0.67% | - |
| HSV(B) | 164.75º | 0.3% | 0.78% | - |
| XYZ | 40.4 | 50.47 | 53.51 | - |
| YUV | 180.65 | 130.45 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 185 | 0.29 | 0 | 0.08 | 0.22 | 164.75 | 0.35 | 0.67 |
| Hex | 8D | C8 | B9 | 1D | 0 | 8 | 16 | A5 | 23 | 43 |
| Octal | 215 | 310 | 271 | 35 | 0 | 10 | 26 | 245 | 43 | 103 |
| Binary | 10001101 | 11001000 | 10111001 | 11101 | 0 | 1000 | 10110 | 10100101 | 100011 | 1000011 |
Color Harmonies of #8DC8B9
Complementary color
Monochromatic Colors of #8DC8B9
Black with #8DC8B9
Text Example
Text Example
White with #8DC8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC8B9; }
p { color: rgb(141,200,185); }
H1.HeaderClassName
{
color: #8DC8B9;
}
.AnyTagClassName
{
color: #8DC8B9;
}
</style>
background-color css
<style>
a { background-color: #8DC8B9; }
a { background-color: rgb(141,200,185); }
div.DivClassName
{
background-color: #8DC8B9;
}
.BgClassName
{
background-color: #8DC8B9;
}
</style>
border-color css
<style>
span { border-color: #8DC8B9; }
span { border-color: rgb(141,200,185); }
td.TdClassName
{
border-color: #8DC8B9;
}
.TagClassName
{
border-color: #8DC8B9;
}
</style>