Shades of Bermuda #8CCFC0
Tints of Bermuda #8CCFC0
RGB
CMYK
RGB Variations
Color information
#8CCFC0 (or 0x8CCFC0) is known color: Bermuda. HEX triplet: 8C, CF and C0. RGB value is (140,207,192). Sum of RGB (Red+Green+Blue) = 140+207+192=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCFC0 is #73303F. Grayscale: #B9B9B9. Windows color (decimal): -7548992 or 12636044. OLE color: 12636044.
HSL color Cylindrical-coordinate representation of color #8CCFC0: hue angle of 166.57º 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 #8CCFC0 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 192 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.19 |
| HSL | 166.57º | 0.41% | 0.68% | - |
| HSV(B) | 166.57º | 0.32% | 0.81% | - |
| XYZ | 42.64 | 54.01 | 58.05 | - |
| YUV | 185.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 192 | 0.32 | 0 | 0.07 | 0.19 | 166.57 | 0.41 | 0.68 |
| Hex | 8C | CF | C0 | 20 | 0 | 7 | 13 | A7 | 29 | 44 |
| Octal | 214 | 317 | 300 | 40 | 0 | 7 | 23 | 247 | 51 | 104 |
| Binary | 10001100 | 11001111 | 11000000 | 100000 | 0 | 111 | 10011 | 10100111 | 101001 | 1000100 |
Color Harmonies of #8CCFC0
Complementary color
Monochromatic Colors of #8CCFC0
Black with #8CCFC0
Text Example
Text Example
White with #8CCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFC0; }
p { color: rgb(140,207,192); }
H1.HeaderClassName
{
color: #8CCFC0;
}
.AnyTagClassName
{
color: #8CCFC0;
}
</style>
background-color css
<style>
a { background-color: #8CCFC0; }
a { background-color: rgb(140,207,192); }
div.DivClassName
{
background-color: #8CCFC0;
}
.BgClassName
{
background-color: #8CCFC0;
}
</style>
border-color css
<style>
span { border-color: #8CCFC0; }
span { border-color: rgb(140,207,192); }
td.TdClassName
{
border-color: #8CCFC0;
}
.TagClassName
{
border-color: #8CCFC0;
}
</style>