Shades of Sinbad #A1CFCA
Tints of Sinbad #A1CFCA
RGB
CMYK
RGB Variations
Color information
#A1CFCA (or 0xA1CFCA) is known color: Sinbad. HEX triplet: A1, CF and CA. RGB value is (161,207,202). Sum of RGB (Red+Green+Blue) = 161+207+202=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFCA is #5E3035. Grayscale: #C0C0C0. Windows color (decimal): -6172726 or 13291425. OLE color: 13291425.
HSL color Cylindrical-coordinate representation of color #A1CFCA: hue angle of 173.48º 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 #A1CFCA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 202 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.19 |
| HSL | 173.48º | 0.32% | 0.72% | - |
| HSV(B) | 173.48º | 0.22% | 0.81% | - |
| XYZ | 47.67 | 56.47 | 64.26 | - |
| YUV | 192.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 202 | 0.22 | 0 | 0.02 | 0.19 | 173.48 | 0.32 | 0.72 |
| Hex | A1 | CF | CA | 16 | 0 | 2 | 13 | AD | 20 | 48 |
| Octal | 241 | 317 | 312 | 26 | 0 | 2 | 23 | 255 | 40 | 110 |
| Binary | 10100001 | 11001111 | 11001010 | 10110 | 0 | 10 | 10011 | 10101101 | 100000 | 1001000 |
Color Harmonies of #A1CFCA
Complementary color
Monochromatic Colors of #A1CFCA
Black with #A1CFCA
Text Example
Text Example
White with #A1CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFCA; }
p { color: rgb(161,207,202); }
H1.HeaderClassName
{
color: #A1CFCA;
}
.AnyTagClassName
{
color: #A1CFCA;
}
</style>
background-color css
<style>
a { background-color: #A1CFCA; }
a { background-color: rgb(161,207,202); }
div.DivClassName
{
background-color: #A1CFCA;
}
.BgClassName
{
background-color: #A1CFCA;
}
</style>
border-color css
<style>
span { border-color: #A1CFCA; }
span { border-color: rgb(161,207,202); }
td.TdClassName
{
border-color: #A1CFCA;
}
.TagClassName
{
border-color: #A1CFCA;
}
</style>