Shades of Bermuda #8DCDC0
Tints of Bermuda #8DCDC0
RGB
CMYK
RGB Variations
Color information
#8DCDC0 (or 0x8DCDC0) is known color: Bermuda. HEX triplet: 8D, CD and C0. RGB value is (141,205,192). Sum of RGB (Red+Green+Blue) = 141+205+192=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCDC0 is #72323F. Grayscale: #B8B8B8. Windows color (decimal): -7483968 or 12635533. OLE color: 12635533.
HSL color Cylindrical-coordinate representation of color #8DCDC0: hue angle of 167.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCDC0 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 192 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.20 |
| HSL | 167.81º | 0.39% | 0.68% | - |
| HSV(B) | 167.81º | 0.31% | 0.8% | - |
| XYZ | 42.33 | 53.13 | 57.89 | - |
| YUV | 184.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 192 | 0.31 | 0 | 0.06 | 0.20 | 167.81 | 0.39 | 0.68 |
| Hex | 8D | CD | C0 | 1F | 0 | 6 | 14 | A8 | 27 | 44 |
| Octal | 215 | 315 | 300 | 37 | 0 | 6 | 24 | 250 | 47 | 104 |
| Binary | 10001101 | 11001101 | 11000000 | 11111 | 0 | 110 | 10100 | 10101000 | 100111 | 1000100 |
Color Harmonies of #8DCDC0
Complementary color
Monochromatic Colors of #8DCDC0
Black with #8DCDC0
Text Example
Text Example
White with #8DCDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDC0; }
p { color: rgb(141,205,192); }
H1.HeaderClassName
{
color: #8DCDC0;
}
.AnyTagClassName
{
color: #8DCDC0;
}
</style>
background-color css
<style>
a { background-color: #8DCDC0; }
a { background-color: rgb(141,205,192); }
div.DivClassName
{
background-color: #8DCDC0;
}
.BgClassName
{
background-color: #8DCDC0;
}
</style>
border-color css
<style>
span { border-color: #8DCDC0; }
span { border-color: rgb(141,205,192); }
td.TdClassName
{
border-color: #8DCDC0;
}
.TagClassName
{
border-color: #8DCDC0;
}
</style>