Shades of Bermuda #8FD0C5
Tints of Bermuda #8FD0C5
RGB
CMYK
RGB Variations
Color information
#8FD0C5 (or 0x8FD0C5) is known color: Bermuda. HEX triplet: 8F, D0 and C5. RGB value is (143,208,197). Sum of RGB (Red+Green+Blue) = 143+208+197=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD0C5 is #702F3A. Grayscale: #BBBBBB. Windows color (decimal): -7352123 or 12963983. OLE color: 12963983.
HSL color Cylindrical-coordinate representation of color #8FD0C5: hue angle of 169.85º 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 #8FD0C5 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 208 | 197 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.18 |
| HSL | 169.85º | 0.41% | 0.69% | - |
| HSV(B) | 169.85º | 0.31% | 0.82% | - |
| XYZ | 43.96 | 54.98 | 61.12 | - |
| YUV | 187.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 197 | 0.31 | 0 | 0.05 | 0.18 | 169.85 | 0.41 | 0.69 |
| Hex | 8F | D0 | C5 | 1F | 0 | 5 | 12 | AA | 29 | 45 |
| Octal | 217 | 320 | 305 | 37 | 0 | 5 | 22 | 252 | 51 | 105 |
| Binary | 10001111 | 11010000 | 11000101 | 11111 | 0 | 101 | 10010 | 10101010 | 101001 | 1000101 |
Color Harmonies of #8FD0C5
Complementary color
Monochromatic Colors of #8FD0C5
Black with #8FD0C5
Text Example
Text Example
White with #8FD0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD0C5; }
p { color: rgb(143,208,197); }
H1.HeaderClassName
{
color: #8FD0C5;
}
.AnyTagClassName
{
color: #8FD0C5;
}
</style>
background-color css
<style>
a { background-color: #8FD0C5; }
a { background-color: rgb(143,208,197); }
div.DivClassName
{
background-color: #8FD0C5;
}
.BgClassName
{
background-color: #8FD0C5;
}
</style>
border-color css
<style>
span { border-color: #8FD0C5; }
span { border-color: rgb(143,208,197); }
td.TdClassName
{
border-color: #8FD0C5;
}
.TagClassName
{
border-color: #8FD0C5;
}
</style>