Shades of Sinbad #A2CFCC
Tints of Sinbad #A2CFCC
RGB
CMYK
RGB Variations
Color information
#A2CFCC (or 0xA2CFCC) is known color: Sinbad. HEX triplet: A2, CF and CC. RGB value is (162,207,204). Sum of RGB (Red+Green+Blue) = 162+207+204=573 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.27% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CFCC is #5D3033. Grayscale: #C1C1C1. Windows color (decimal): -6107188 or 13422498. OLE color: 13422498.
HSL color Cylindrical-coordinate representation of color #A2CFCC: hue angle of 176º 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 #A2CFCC is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 204 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.19 |
| HSL | 176º | 0.32% | 0.72% | - |
| HSV(B) | 176º | 0.22% | 0.81% | - |
| XYZ | 48.11 | 56.67 | 65.53 | - |
| YUV | 193.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 204 | 0.22 | 0 | 0.01 | 0.19 | 176 | 0.32 | 0.72 |
| Hex | A2 | CF | CC | 16 | 0 | 1 | 13 | B0 | 20 | 48 |
| Octal | 242 | 317 | 314 | 26 | 0 | 1 | 23 | 260 | 40 | 110 |
| Binary | 10100010 | 11001111 | 11001100 | 10110 | 0 | 1 | 10011 | 10110000 | 100000 | 1001000 |
Color Harmonies of #A2CFCC
Complementary color
Monochromatic Colors of #A2CFCC
Black with #A2CFCC
Text Example
Text Example
White with #A2CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CFCC; }
p { color: rgb(162,207,204); }
H1.HeaderClassName
{
color: #A2CFCC;
}
.AnyTagClassName
{
color: #A2CFCC;
}
</style>
background-color css
<style>
a { background-color: #A2CFCC; }
a { background-color: rgb(162,207,204); }
div.DivClassName
{
background-color: #A2CFCC;
}
.BgClassName
{
background-color: #A2CFCC;
}
</style>
border-color css
<style>
span { border-color: #A2CFCC; }
span { border-color: rgb(162,207,204); }
td.TdClassName
{
border-color: #A2CFCC;
}
.TagClassName
{
border-color: #A2CFCC;
}
</style>