Shades of Bermuda #96CFC3
Tints of Bermuda #96CFC3
RGB
CMYK
RGB Variations
Color information
#96CFC3 (or 0x96CFC3) is known color: Bermuda. HEX triplet: 96, CF and C3. RGB value is (150,207,195). Sum of RGB (Red+Green+Blue) = 150+207+195=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFC3 is #69303C. Grayscale: #BCBCBC. Windows color (decimal): -6893629 or 12832662. OLE color: 12832662.
HSL color Cylindrical-coordinate representation of color #96CFC3: hue angle of 167.37º 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 #96CFC3 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 195 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.19 |
| HSL | 167.37º | 0.37% | 0.7% | - |
| HSV(B) | 167.37º | 0.28% | 0.81% | - |
| XYZ | 44.74 | 55.05 | 59.9 | - |
| YUV | 188.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 195 | 0.28 | 0 | 0.06 | 0.19 | 167.37 | 0.37 | 0.7 |
| Hex | 96 | CF | C3 | 1C | 0 | 6 | 13 | A7 | 25 | 46 |
| Octal | 226 | 317 | 303 | 34 | 0 | 6 | 23 | 247 | 45 | 106 |
| Binary | 10010110 | 11001111 | 11000011 | 11100 | 0 | 110 | 10011 | 10100111 | 100101 | 1000110 |
Color Harmonies of #96CFC3
Complementary color
Monochromatic Colors of #96CFC3
Black with #96CFC3
Text Example
Text Example
White with #96CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFC3; }
p { color: rgb(150,207,195); }
H1.HeaderClassName
{
color: #96CFC3;
}
.AnyTagClassName
{
color: #96CFC3;
}
</style>
background-color css
<style>
a { background-color: #96CFC3; }
a { background-color: rgb(150,207,195); }
div.DivClassName
{
background-color: #96CFC3;
}
.BgClassName
{
background-color: #96CFC3;
}
</style>
border-color css
<style>
span { border-color: #96CFC3; }
span { border-color: rgb(150,207,195); }
td.TdClassName
{
border-color: #96CFC3;
}
.TagClassName
{
border-color: #96CFC3;
}
</style>