Shades of Bermuda #96CDC4
Tints of Bermuda #96CDC4
RGB
CMYK
RGB Variations
Color information
#96CDC4 (or 0x96CDC4) is known color: Bermuda. HEX triplet: 96, CD and C4. RGB value is (150,205,196). Sum of RGB (Red+Green+Blue) = 150+205+196=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #96CDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDC4 is #69323B. Grayscale: #BBBBBB. Windows color (decimal): -6894140 or 12897686. OLE color: 12897686.
HSL color Cylindrical-coordinate representation of color #96CDC4: hue angle of 170.18º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CDC4 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 205 | 196 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.20 |
| HSL | 170.18º | 0.35% | 0.7% | - |
| HSV(B) | 170.18º | 0.27% | 0.8% | - |
| XYZ | 44.37 | 54.13 | 60.33 | - |
| YUV | 187.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 205 | 196 | 0.27 | 0 | 0.04 | 0.20 | 170.18 | 0.35 | 0.7 |
| Hex | 96 | CD | C4 | 1B | 0 | 4 | 14 | AA | 23 | 46 |
| Octal | 226 | 315 | 304 | 33 | 0 | 4 | 24 | 252 | 43 | 106 |
| Binary | 10010110 | 11001101 | 11000100 | 11011 | 0 | 100 | 10100 | 10101010 | 100011 | 1000110 |
Color Harmonies of #96CDC4
Complementary color
Monochromatic Colors of #96CDC4
Black with #96CDC4
Text Example
Text Example
White with #96CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CDC4; }
p { color: rgb(150,205,196); }
H1.HeaderClassName
{
color: #96CDC4;
}
.AnyTagClassName
{
color: #96CDC4;
}
</style>
background-color css
<style>
a { background-color: #96CDC4; }
a { background-color: rgb(150,205,196); }
div.DivClassName
{
background-color: #96CDC4;
}
.BgClassName
{
background-color: #96CDC4;
}
</style>
border-color css
<style>
span { border-color: #96CDC4; }
span { border-color: rgb(150,205,196); }
td.TdClassName
{
border-color: #96CDC4;
}
.TagClassName
{
border-color: #96CDC4;
}
</style>