Shades of Bermuda #8DCCC6
Tints of Bermuda #8DCCC6
RGB
CMYK
RGB Variations
Color information
#8DCCC6 (or 0x8DCCC6) is known color: Bermuda. HEX triplet: 8D, CC and C6. RGB value is (141,204,198). Sum of RGB (Red+Green+Blue) = 141+204+198=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCC6 is #723339. Grayscale: #B8B8B8. Windows color (decimal): -7484218 or 13028493. OLE color: 13028493.
HSL color Cylindrical-coordinate representation of color #8DCCC6: hue angle of 174.29º degrees, saturation: 0.38, 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 #8DCCC6 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 198 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.2 |
| HSL | 174.29º | 0.38% | 0.68% | - |
| HSV(B) | 174.29º | 0.31% | 0.8% | - |
| XYZ | 42.77 | 52.93 | 61.39 | - |
| YUV | 184.48 | 135.63 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 198 | 0.31 | 0 | 0.03 | 0.2 | 174.29 | 0.38 | 0.68 |
| Hex | 8D | CC | C6 | 1F | 0 | 3 | 14 | AE | 26 | 44 |
| Octal | 215 | 314 | 306 | 37 | 0 | 3 | 24 | 256 | 46 | 104 |
| Binary | 10001101 | 11001100 | 11000110 | 11111 | 0 | 11 | 10100 | 10101110 | 100110 | 1000100 |
Color Harmonies of #8DCCC6
Complementary color
Monochromatic Colors of #8DCCC6
Black with #8DCCC6
Text Example
Text Example
White with #8DCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCCC6; }
p { color: rgb(141,204,198); }
H1.HeaderClassName
{
color: #8DCCC6;
}
.AnyTagClassName
{
color: #8DCCC6;
}
</style>
background-color css
<style>
a { background-color: #8DCCC6; }
a { background-color: rgb(141,204,198); }
div.DivClassName
{
background-color: #8DCCC6;
}
.BgClassName
{
background-color: #8DCCC6;
}
</style>
border-color css
<style>
span { border-color: #8DCCC6; }
span { border-color: rgb(141,204,198); }
td.TdClassName
{
border-color: #8DCCC6;
}
.TagClassName
{
border-color: #8DCCC6;
}
</style>