Shades of Bermuda #8FCEC0
Tints of Bermuda #8FCEC0
RGB
CMYK
RGB Variations
Color information
#8FCEC0 (or 0x8FCEC0) is known color: Bermuda. HEX triplet: 8F, CE and C0. RGB value is (143,206,192). Sum of RGB (Red+Green+Blue) = 143+206+192=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCEC0 is #70313F. Grayscale: #B9B9B9. Windows color (decimal): -7352640 or 12635791. OLE color: 12635791.
HSL color Cylindrical-coordinate representation of color #8FCEC0: hue angle of 166.67º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCEC0 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 206 | 192 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.19 |
| HSL | 166.67º | 0.39% | 0.68% | - |
| HSV(B) | 166.67º | 0.31% | 0.81% | - |
| XYZ | 42.91 | 53.79 | 57.99 | - |
| YUV | 185.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 192 | 0.31 | 0 | 0.07 | 0.19 | 166.67 | 0.39 | 0.68 |
| Hex | 8F | CE | C0 | 1F | 0 | 7 | 13 | A7 | 27 | 44 |
| Octal | 217 | 316 | 300 | 37 | 0 | 7 | 23 | 247 | 47 | 104 |
| Binary | 10001111 | 11001110 | 11000000 | 11111 | 0 | 111 | 10011 | 10100111 | 100111 | 1000100 |
Color Harmonies of #8FCEC0
Complementary color
Monochromatic Colors of #8FCEC0
Black with #8FCEC0
Text Example
Text Example
White with #8FCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCEC0; }
p { color: rgb(143,206,192); }
H1.HeaderClassName
{
color: #8FCEC0;
}
.AnyTagClassName
{
color: #8FCEC0;
}
</style>
background-color css
<style>
a { background-color: #8FCEC0; }
a { background-color: rgb(143,206,192); }
div.DivClassName
{
background-color: #8FCEC0;
}
.BgClassName
{
background-color: #8FCEC0;
}
</style>
border-color css
<style>
span { border-color: #8FCEC0; }
span { border-color: rgb(143,206,192); }
td.TdClassName
{
border-color: #8FCEC0;
}
.TagClassName
{
border-color: #8FCEC0;
}
</style>