Shades of Bermuda #96CAC4
Tints of Bermuda #96CAC4
RGB
CMYK
RGB Variations
Color information
#96CAC4 (or 0x96CAC4) is known color: Bermuda. HEX triplet: 96, CA and C4. RGB value is (150,202,196). Sum of RGB (Red+Green+Blue) = 150+202+196=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAC4 is #69353B. Grayscale: #B9B9B9. Windows color (decimal): -6894908 or 12896918. OLE color: 12896918.
HSL color Cylindrical-coordinate representation of color #96CAC4: hue angle of 173.08º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CAC4 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 196 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.21 |
| HSL | 173.08º | 0.33% | 0.69% | - |
| HSV(B) | 173.08º | 0.26% | 0.79% | - |
| XYZ | 43.66 | 52.71 | 60.1 | - |
| YUV | 185.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 196 | 0.26 | 0 | 0.03 | 0.21 | 173.08 | 0.33 | 0.69 |
| Hex | 96 | CA | C4 | 1A | 0 | 3 | 15 | AD | 21 | 45 |
| Octal | 226 | 312 | 304 | 32 | 0 | 3 | 25 | 255 | 41 | 105 |
| Binary | 10010110 | 11001010 | 11000100 | 11010 | 0 | 11 | 10101 | 10101101 | 100001 | 1000101 |
Color Harmonies of #96CAC4
Complementary color
Monochromatic Colors of #96CAC4
Black with #96CAC4
Text Example
Text Example
White with #96CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CAC4; }
p { color: rgb(150,202,196); }
H1.HeaderClassName
{
color: #96CAC4;
}
.AnyTagClassName
{
color: #96CAC4;
}
</style>
background-color css
<style>
a { background-color: #96CAC4; }
a { background-color: rgb(150,202,196); }
div.DivClassName
{
background-color: #96CAC4;
}
.BgClassName
{
background-color: #96CAC4;
}
</style>
border-color css
<style>
span { border-color: #96CAC4; }
span { border-color: rgb(150,202,196); }
td.TdClassName
{
border-color: #96CAC4;
}
.TagClassName
{
border-color: #96CAC4;
}
</style>