Shades of Sinbad #A1CFC5
Tints of Sinbad #A1CFC5
RGB
CMYK
RGB Variations
Color information
#A1CFC5 (or 0xA1CFC5) is known color: Sinbad. HEX triplet: A1, CF and C5. RGB value is (161,207,197). Sum of RGB (Red+Green+Blue) = 161+207+197=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFC5 is #5E303A. Grayscale: #C0C0C0. Windows color (decimal): -6172731 or 12963745. OLE color: 12963745.
HSL color Cylindrical-coordinate representation of color #A1CFC5: hue angle of 166.96º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CFC5 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 197 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.19 |
| HSL | 166.96º | 0.32% | 0.72% | - |
| HSV(B) | 166.96º | 0.22% | 0.81% | - |
| XYZ | 47.09 | 56.23 | 61.2 | - |
| YUV | 192.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 197 | 0.22 | 0 | 0.05 | 0.19 | 166.96 | 0.32 | 0.72 |
| Hex | A1 | CF | C5 | 16 | 0 | 5 | 13 | A7 | 20 | 48 |
| Octal | 241 | 317 | 305 | 26 | 0 | 5 | 23 | 247 | 40 | 110 |
| Binary | 10100001 | 11001111 | 11000101 | 10110 | 0 | 101 | 10011 | 10100111 | 100000 | 1001000 |
Color Harmonies of #A1CFC5
Complementary color
Monochromatic Colors of #A1CFC5
Black with #A1CFC5
Text Example
Text Example
White with #A1CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFC5; }
p { color: rgb(161,207,197); }
H1.HeaderClassName
{
color: #A1CFC5;
}
.AnyTagClassName
{
color: #A1CFC5;
}
</style>
background-color css
<style>
a { background-color: #A1CFC5; }
a { background-color: rgb(161,207,197); }
div.DivClassName
{
background-color: #A1CFC5;
}
.BgClassName
{
background-color: #A1CFC5;
}
</style>
border-color css
<style>
span { border-color: #A1CFC5; }
span { border-color: rgb(161,207,197); }
td.TdClassName
{
border-color: #A1CFC5;
}
.TagClassName
{
border-color: #A1CFC5;
}
</style>