Shades of Bermuda #96D1C0
Tints of Bermuda #96D1C0
RGB
CMYK
RGB Variations
Color information
#96D1C0 (or 0x96D1C0) is known color: Bermuda. HEX triplet: 96, D1 and C0. RGB value is (150,209,192). Sum of RGB (Red+Green+Blue) = 150+209+192=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #96D1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D1C0 is #692E3F. Grayscale: #BDBDBD. Windows color (decimal): -6893120 or 12636566. OLE color: 12636566.
HSL color Cylindrical-coordinate representation of color #96D1C0: hue angle of 162.71º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96D1C0 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 192 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.18 |
| HSL | 162.71º | 0.39% | 0.7% | - |
| HSV(B) | 162.71º | 0.28% | 0.82% | - |
| XYZ | 44.89 | 55.89 | 58.29 | - |
| YUV | 189.42 | 129.45 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 192 | 0.28 | 0 | 0.08 | 0.18 | 162.71 | 0.39 | 0.7 |
| Hex | 96 | D1 | C0 | 1C | 0 | 8 | 12 | A3 | 27 | 46 |
| Octal | 226 | 321 | 300 | 34 | 0 | 10 | 22 | 243 | 47 | 106 |
| Binary | 10010110 | 11010001 | 11000000 | 11100 | 0 | 1000 | 10010 | 10100011 | 100111 | 1000110 |
Color Harmonies of #96D1C0
Complementary color
Monochromatic Colors of #96D1C0
Black with #96D1C0
Text Example
Text Example
White with #96D1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D1C0; }
p { color: rgb(150,209,192); }
H1.HeaderClassName
{
color: #96D1C0;
}
.AnyTagClassName
{
color: #96D1C0;
}
</style>
background-color css
<style>
a { background-color: #96D1C0; }
a { background-color: rgb(150,209,192); }
div.DivClassName
{
background-color: #96D1C0;
}
.BgClassName
{
background-color: #96D1C0;
}
</style>
border-color css
<style>
span { border-color: #96D1C0; }
span { border-color: rgb(150,209,192); }
td.TdClassName
{
border-color: #96D1C0;
}
.TagClassName
{
border-color: #96D1C0;
}
</style>