Shades of Sinbad #99CCC4
Tints of Sinbad #99CCC4
RGB
CMYK
RGB Variations
Color information
#99CCC4 (or 0x99CCC4) is known color: Sinbad. HEX triplet: 99, CC and C4. RGB value is (153,204,196). Sum of RGB (Red+Green+Blue) = 153+204+196=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCC4 is #66333B. Grayscale: #BBBBBB. Windows color (decimal): -6697788 or 12897433. OLE color: 12897433.
HSL color Cylindrical-coordinate representation of color #99CCC4: hue angle of 170.59º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CCC4 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 196 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.2 |
| HSL | 170.59º | 0.33% | 0.7% | - |
| HSV(B) | 170.59º | 0.25% | 0.8% | - |
| XYZ | 44.69 | 53.94 | 60.28 | - |
| YUV | 187.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 196 | 0.25 | 0 | 0.04 | 0.2 | 170.59 | 0.33 | 0.7 |
| Hex | 99 | CC | C4 | 19 | 0 | 4 | 14 | AB | 21 | 46 |
| Octal | 231 | 314 | 304 | 31 | 0 | 4 | 24 | 253 | 41 | 106 |
| Binary | 10011001 | 11001100 | 11000100 | 11001 | 0 | 100 | 10100 | 10101011 | 100001 | 1000110 |
Color Harmonies of #99CCC4
Complementary color
Monochromatic Colors of #99CCC4
Black with #99CCC4
Text Example
Text Example
White with #99CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CCC4; }
p { color: rgb(153,204,196); }
H1.HeaderClassName
{
color: #99CCC4;
}
.AnyTagClassName
{
color: #99CCC4;
}
</style>
background-color css
<style>
a { background-color: #99CCC4; }
a { background-color: rgb(153,204,196); }
div.DivClassName
{
background-color: #99CCC4;
}
.BgClassName
{
background-color: #99CCC4;
}
</style>
border-color css
<style>
span { border-color: #99CCC4; }
span { border-color: rgb(153,204,196); }
td.TdClassName
{
border-color: #99CCC4;
}
.TagClassName
{
border-color: #99CCC4;
}
</style>