Shades of Bermuda #8DD4B9
Tints of Bermuda #8DD4B9
RGB
CMYK
RGB Variations
Color information
#8DD4B9 (or 0x8DD4B9) is known color: Bermuda. HEX triplet: 8D, D4 and B9. RGB value is (141,212,185). Sum of RGB (Red+Green+Blue) = 141+212+185=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD4B9 is #722B46. Grayscale: #BBBBBB. Windows color (decimal): -7482183 or 12178573. OLE color: 12178573.
HSL color Cylindrical-coordinate representation of color #8DD4B9: hue angle of 157.18º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD4B9 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 212 | 185 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.17 |
| HSL | 157.18º | 0.45% | 0.69% | - |
| HSV(B) | 157.18º | 0.33% | 0.83% | - |
| XYZ | 43.28 | 56.25 | 54.48 | - |
| YUV | 187.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 212 | 185 | 0.33 | 0 | 0.13 | 0.17 | 157.18 | 0.45 | 0.69 |
| Hex | 8D | D4 | B9 | 21 | 0 | D | 11 | 9D | 2D | 45 |
| Octal | 215 | 324 | 271 | 41 | 0 | 15 | 21 | 235 | 55 | 105 |
| Binary | 10001101 | 11010100 | 10111001 | 100001 | 0 | 1101 | 10001 | 10011101 | 101101 | 1000101 |
Color Harmonies of #8DD4B9
Complementary color
Monochromatic Colors of #8DD4B9
Black with #8DD4B9
Text Example
Text Example
White with #8DD4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD4B9; }
p { color: rgb(141,212,185); }
H1.HeaderClassName
{
color: #8DD4B9;
}
.AnyTagClassName
{
color: #8DD4B9;
}
</style>
background-color css
<style>
a { background-color: #8DD4B9; }
a { background-color: rgb(141,212,185); }
div.DivClassName
{
background-color: #8DD4B9;
}
.BgClassName
{
background-color: #8DD4B9;
}
</style>
border-color css
<style>
span { border-color: #8DD4B9; }
span { border-color: rgb(141,212,185); }
td.TdClassName
{
border-color: #8DD4B9;
}
.TagClassName
{
border-color: #8DD4B9;
}
</style>