Shades of Bermuda #8DCFC0
Tints of Bermuda #8DCFC0
RGB
CMYK
RGB Variations
Color information
#8DCFC0 (or 0x8DCFC0) is known color: Bermuda. HEX triplet: 8D, CF and C0. RGB value is (141,207,192). Sum of RGB (Red+Green+Blue) = 141+207+192=540 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.11% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCFC0 is #72303F. Grayscale: #B9B9B9. Windows color (decimal): -7483456 or 12636045. OLE color: 12636045.
HSL color Cylindrical-coordinate representation of color #8DCFC0: hue angle of 166.36º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCFC0 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 192 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.19 |
| HSL | 166.36º | 0.41% | 0.68% | - |
| HSV(B) | 166.36º | 0.32% | 0.81% | - |
| XYZ | 42.81 | 54.09 | 58.05 | - |
| YUV | 185.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 192 | 0.32 | 0 | 0.07 | 0.19 | 166.36 | 0.41 | 0.68 |
| Hex | 8D | CF | C0 | 20 | 0 | 7 | 13 | A6 | 29 | 44 |
| Octal | 215 | 317 | 300 | 40 | 0 | 7 | 23 | 246 | 51 | 104 |
| Binary | 10001101 | 11001111 | 11000000 | 100000 | 0 | 111 | 10011 | 10100110 | 101001 | 1000100 |
Color Harmonies of #8DCFC0
Complementary color
Monochromatic Colors of #8DCFC0
Black with #8DCFC0
Text Example
Text Example
White with #8DCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFC0; }
p { color: rgb(141,207,192); }
H1.HeaderClassName
{
color: #8DCFC0;
}
.AnyTagClassName
{
color: #8DCFC0;
}
</style>
background-color css
<style>
a { background-color: #8DCFC0; }
a { background-color: rgb(141,207,192); }
div.DivClassName
{
background-color: #8DCFC0;
}
.BgClassName
{
background-color: #8DCFC0;
}
</style>
border-color css
<style>
span { border-color: #8DCFC0; }
span { border-color: rgb(141,207,192); }
td.TdClassName
{
border-color: #8DCFC0;
}
.TagClassName
{
border-color: #8DCFC0;
}
</style>