Shades of Bermuda #96CBC4
Tints of Bermuda #96CBC4
RGB
CMYK
RGB Variations
Color information
#96CBC4 (or 0x96CBC4) is known color: Bermuda. HEX triplet: 96, CB and C4. RGB value is (150,203,196). Sum of RGB (Red+Green+Blue) = 150+203+196=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBC4 is #69343B. Grayscale: #BABABA. Windows color (decimal): -6894652 or 12897174. OLE color: 12897174.
HSL color Cylindrical-coordinate representation of color #96CBC4: hue angle of 172.08º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBC4 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 196 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.20 |
| HSL | 172.08º | 0.34% | 0.69% | - |
| HSV(B) | 172.08º | 0.26% | 0.8% | - |
| XYZ | 43.9 | 53.18 | 60.18 | - |
| YUV | 186.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 196 | 0.26 | 0 | 0.03 | 0.20 | 172.08 | 0.34 | 0.69 |
| Hex | 96 | CB | C4 | 1A | 0 | 3 | 14 | AC | 22 | 45 |
| Octal | 226 | 313 | 304 | 32 | 0 | 3 | 24 | 254 | 42 | 105 |
| Binary | 10010110 | 11001011 | 11000100 | 11010 | 0 | 11 | 10100 | 10101100 | 100010 | 1000101 |
Color Harmonies of #96CBC4
Complementary color
Monochromatic Colors of #96CBC4
Black with #96CBC4
Text Example
Text Example
White with #96CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CBC4; }
p { color: rgb(150,203,196); }
H1.HeaderClassName
{
color: #96CBC4;
}
.AnyTagClassName
{
color: #96CBC4;
}
</style>
background-color css
<style>
a { background-color: #96CBC4; }
a { background-color: rgb(150,203,196); }
div.DivClassName
{
background-color: #96CBC4;
}
.BgClassName
{
background-color: #96CBC4;
}
</style>
border-color css
<style>
span { border-color: #96CBC4; }
span { border-color: rgb(150,203,196); }
td.TdClassName
{
border-color: #96CBC4;
}
.TagClassName
{
border-color: #96CBC4;
}
</style>