Shades of Bermuda #8FD0C0
Tints of Bermuda #8FD0C0
RGB
CMYK
RGB Variations
Color information
#8FD0C0 (or 0x8FD0C0) is known color: Bermuda. HEX triplet: 8F, D0 and C0. RGB value is (143,208,192). Sum of RGB (Red+Green+Blue) = 143+208+192=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD0C0 is #702F3F. Grayscale: #BABABA. Windows color (decimal): -7352128 or 12636303. OLE color: 12636303.
HSL color Cylindrical-coordinate representation of color #8FD0C0: hue angle of 165.23º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FD0C0 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 208 | 192 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.18 |
| HSL | 165.23º | 0.41% | 0.69% | - |
| HSV(B) | 165.23º | 0.31% | 0.82% | - |
| XYZ | 43.4 | 54.76 | 58.15 | - |
| YUV | 186.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 192 | 0.31 | 0 | 0.08 | 0.18 | 165.23 | 0.41 | 0.69 |
| Hex | 8F | D0 | C0 | 1F | 0 | 8 | 12 | A5 | 29 | 45 |
| Octal | 217 | 320 | 300 | 37 | 0 | 10 | 22 | 245 | 51 | 105 |
| Binary | 10001111 | 11010000 | 11000000 | 11111 | 0 | 1000 | 10010 | 10100101 | 101001 | 1000101 |
Color Harmonies of #8FD0C0
Complementary color
Monochromatic Colors of #8FD0C0
Black with #8FD0C0
Text Example
Text Example
White with #8FD0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD0C0; }
p { color: rgb(143,208,192); }
H1.HeaderClassName
{
color: #8FD0C0;
}
.AnyTagClassName
{
color: #8FD0C0;
}
</style>
background-color css
<style>
a { background-color: #8FD0C0; }
a { background-color: rgb(143,208,192); }
div.DivClassName
{
background-color: #8FD0C0;
}
.BgClassName
{
background-color: #8FD0C0;
}
</style>
border-color css
<style>
span { border-color: #8FD0C0; }
span { border-color: rgb(143,208,192); }
td.TdClassName
{
border-color: #8FD0C0;
}
.TagClassName
{
border-color: #8FD0C0;
}
</style>