Shades of Sinbad #99CAC4
Tints of Sinbad #99CAC4
RGB
CMYK
RGB Variations
Color information
#99CAC4 (or 0x99CAC4) is known color: Sinbad. HEX triplet: 99, CA and C4. RGB value is (153,202,196). Sum of RGB (Red+Green+Blue) = 153+202+196=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #99CAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CAC4 is #66353B. Grayscale: #BABABA. Windows color (decimal): -6698300 or 12896921. OLE color: 12896921.
HSL color Cylindrical-coordinate representation of color #99CAC4: hue angle of 172.65º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99CAC4 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 196 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.21 |
| HSL | 172.65º | 0.32% | 0.7% | - |
| HSV(B) | 172.65º | 0.24% | 0.79% | - |
| XYZ | 44.22 | 53 | 60.12 | - |
| YUV | 186.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 196 | 0.24 | 0 | 0.03 | 0.21 | 172.65 | 0.32 | 0.7 |
| Hex | 99 | CA | C4 | 18 | 0 | 3 | 15 | AD | 20 | 46 |
| Octal | 231 | 312 | 304 | 30 | 0 | 3 | 25 | 255 | 40 | 106 |
| Binary | 10011001 | 11001010 | 11000100 | 11000 | 0 | 11 | 10101 | 10101101 | 100000 | 1000110 |
Color Harmonies of #99CAC4
Complementary color
Monochromatic Colors of #99CAC4
Black with #99CAC4
Text Example
Text Example
White with #99CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CAC4; }
p { color: rgb(153,202,196); }
H1.HeaderClassName
{
color: #99CAC4;
}
.AnyTagClassName
{
color: #99CAC4;
}
</style>
background-color css
<style>
a { background-color: #99CAC4; }
a { background-color: rgb(153,202,196); }
div.DivClassName
{
background-color: #99CAC4;
}
.BgClassName
{
background-color: #99CAC4;
}
</style>
border-color css
<style>
span { border-color: #99CAC4; }
span { border-color: rgb(153,202,196); }
td.TdClassName
{
border-color: #99CAC4;
}
.TagClassName
{
border-color: #99CAC4;
}
</style>