Shades of Bermuda #96CFBF
Tints of Bermuda #96CFBF
RGB
CMYK
RGB Variations
Color information
#96CFBF (or 0x96CFBF) is known color: Bermuda. HEX triplet: 96, CF and BF. RGB value is (150,207,191). Sum of RGB (Red+Green+Blue) = 150+207+191=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFBF is #693040. Grayscale: #BCBCBC. Windows color (decimal): -6893633 or 12570518. OLE color: 12570518.
HSL color Cylindrical-coordinate representation of color #96CFBF: hue angle of 163.16º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CFBF is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 191 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.19 |
| HSL | 163.16º | 0.37% | 0.7% | - |
| HSV(B) | 163.16º | 0.28% | 0.81% | - |
| XYZ | 44.29 | 54.87 | 57.55 | - |
| YUV | 188.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 191 | 0.28 | 0 | 0.08 | 0.19 | 163.16 | 0.37 | 0.7 |
| Hex | 96 | CF | BF | 1C | 0 | 8 | 13 | A3 | 25 | 46 |
| Octal | 226 | 317 | 277 | 34 | 0 | 10 | 23 | 243 | 45 | 106 |
| Binary | 10010110 | 11001111 | 10111111 | 11100 | 0 | 1000 | 10011 | 10100011 | 100101 | 1000110 |
Color Harmonies of #96CFBF
Complementary color
Monochromatic Colors of #96CFBF
Black with #96CFBF
Text Example
Text Example
White with #96CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFBF; }
p { color: rgb(150,207,191); }
H1.HeaderClassName
{
color: #96CFBF;
}
.AnyTagClassName
{
color: #96CFBF;
}
</style>
background-color css
<style>
a { background-color: #96CFBF; }
a { background-color: rgb(150,207,191); }
div.DivClassName
{
background-color: #96CFBF;
}
.BgClassName
{
background-color: #96CFBF;
}
</style>
border-color css
<style>
span { border-color: #96CFBF; }
span { border-color: rgb(150,207,191); }
td.TdClassName
{
border-color: #96CFBF;
}
.TagClassName
{
border-color: #96CFBF;
}
</style>