Shades of Bermuda #8DD2C0
Tints of Bermuda #8DD2C0
RGB
CMYK
RGB Variations
Color information
#8DD2C0 (or 0x8DD2C0) is known color: Bermuda. HEX triplet: 8D, D2 and C0. RGB value is (141,210,192). Sum of RGB (Red+Green+Blue) = 141+210+192=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD2C0 is #722D3F. Grayscale: #BBBBBB. Windows color (decimal): -7482688 or 12636813. OLE color: 12636813.
HSL color Cylindrical-coordinate representation of color #8DD2C0: hue angle of 164.35º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD2C0 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 210 | 192 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.18 |
| HSL | 164.35º | 0.43% | 0.69% | - |
| HSV(B) | 164.35º | 0.33% | 0.82% | - |
| XYZ | 43.55 | 55.56 | 58.3 | - |
| YUV | 187.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 192 | 0.33 | 0 | 0.09 | 0.18 | 164.35 | 0.43 | 0.69 |
| Hex | 8D | D2 | C0 | 21 | 0 | 9 | 12 | A4 | 2B | 45 |
| Octal | 215 | 322 | 300 | 41 | 0 | 11 | 22 | 244 | 53 | 105 |
| Binary | 10001101 | 11010010 | 11000000 | 100001 | 0 | 1001 | 10010 | 10100100 | 101011 | 1000101 |
Color Harmonies of #8DD2C0
Complementary color
Monochromatic Colors of #8DD2C0
Black with #8DD2C0
Text Example
Text Example
White with #8DD2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD2C0; }
p { color: rgb(141,210,192); }
H1.HeaderClassName
{
color: #8DD2C0;
}
.AnyTagClassName
{
color: #8DD2C0;
}
</style>
background-color css
<style>
a { background-color: #8DD2C0; }
a { background-color: rgb(141,210,192); }
div.DivClassName
{
background-color: #8DD2C0;
}
.BgClassName
{
background-color: #8DD2C0;
}
</style>
border-color css
<style>
span { border-color: #8DD2C0; }
span { border-color: rgb(141,210,192); }
td.TdClassName
{
border-color: #8DD2C0;
}
.TagClassName
{
border-color: #8DD2C0;
}
</style>