Shades of Bermuda #8CDDBD
Tints of Bermuda #8CDDBD
RGB
CMYK
RGB Variations
Color information
#8CDDBD (or 0x8CDDBD) is known color: Bermuda. HEX triplet: 8C, DD and BD. RGB value is (140,221,189). Sum of RGB (Red+Green+Blue) = 140+221+189=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDBD is #732242. Grayscale: #C1C1C1. Windows color (decimal): -7545411 or 12443020. OLE color: 12443020.
HSL color Cylindrical-coordinate representation of color #8CDDBD: hue angle of 156.3º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDDBD is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 189 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.13 |
| HSL | 156.3º | 0.54% | 0.71% | - |
| HSV(B) | 156.3º | 0.37% | 0.87% | - |
| XYZ | 45.86 | 60.96 | 57.49 | - |
| YUV | 193.13 | 125.66 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 189 | 0.37 | 0 | 0.14 | 0.13 | 156.3 | 0.54 | 0.71 |
| Hex | 8C | DD | BD | 25 | 0 | E | D | 9C | 36 | 47 |
| Octal | 214 | 335 | 275 | 45 | 0 | 16 | 15 | 234 | 66 | 107 |
| Binary | 10001100 | 11011101 | 10111101 | 100101 | 0 | 1110 | 1101 | 10011100 | 110110 | 1000111 |
Color Harmonies of #8CDDBD
Complementary color
Monochromatic Colors of #8CDDBD
Black with #8CDDBD
Text Example
Text Example
White with #8CDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDBD; }
p { color: rgb(140,221,189); }
H1.HeaderClassName
{
color: #8CDDBD;
}
.AnyTagClassName
{
color: #8CDDBD;
}
</style>
background-color css
<style>
a { background-color: #8CDDBD; }
a { background-color: rgb(140,221,189); }
div.DivClassName
{
background-color: #8CDDBD;
}
.BgClassName
{
background-color: #8CDDBD;
}
</style>
border-color css
<style>
span { border-color: #8CDDBD; }
span { border-color: rgb(140,221,189); }
td.TdClassName
{
border-color: #8CDDBD;
}
.TagClassName
{
border-color: #8CDDBD;
}
</style>