Shades of Bermuda #8FD8BE
Tints of Bermuda #8FD8BE
RGB
CMYK
RGB Variations
Color information
#8FD8BE (or 0x8FD8BE) is known color: Bermuda. HEX triplet: 8F, D8 and BE. RGB value is (143,216,190). Sum of RGB (Red+Green+Blue) = 143+216+190=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD8BE is #702741. Grayscale: #BFBFBF. Windows color (decimal): -7350082 or 12507279. OLE color: 12507279.
HSL color Cylindrical-coordinate representation of color #8FD8BE: hue angle of 158.63º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FD8BE is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 143 | 216 | 190 | - |
CMYK | 0.34 | 0 | 0.12 | 0.15 |
HSL | 158.63º | 0.48% | 0.7% | - |
HSV(B) | 158.63º | 0.34% | 0.85% | - |
XYZ | 45.18 | 58.67 | 57.66 | - |
YUV | 191.21 | 127.32 | 93.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 216 | 190 | 0.34 | 0 | 0.12 | 0.15 | 158.63 | 0.48 | 0.7 |
Hex | 8F | D8 | BE | 22 | 0 | C | F | 9F | 30 | 46 |
Octal | 217 | 330 | 276 | 42 | 0 | 14 | 17 | 237 | 60 | 106 |
Binary | 10001111 | 11011000 | 10111110 | 100010 | 0 | 1100 | 1111 | 10011111 | 110000 | 1000110 |
Color Harmonies of #8FD8BE
Complementary color
Monochromatic Colors of #8FD8BE
Black with #8FD8BE
Text Example
Text Example
White with #8FD8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD8BE; }
p { color: rgb(143,216,190); }
H1.HeaderClassName
{
color: #8FD8BE;
}
.AnyTagClassName
{
color: #8FD8BE;
}
</style>
background-color css
<style>
a { background-color: #8FD8BE; }
a { background-color: rgb(143,216,190); }
div.DivClassName
{
background-color: #8FD8BE;
}
.BgClassName
{
background-color: #8FD8BE;
}
</style>
border-color css
<style>
span { border-color: #8FD8BE; }
span { border-color: rgb(143,216,190); }
td.TdClassName
{
border-color: #8FD8BE;
}
.TagClassName
{
border-color: #8FD8BE;
}
</style>