Shades of Sinbad #A2CFC9
Tints of Sinbad #A2CFC9
RGB
CMYK
RGB Variations
Color information
#A2CFC9 (or 0xA2CFC9) is known color: Sinbad. HEX triplet: A2, CF and C9. RGB value is (162,207,201). Sum of RGB (Red+Green+Blue) = 162+207+201=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CFC9 is #5D3036. Grayscale: #C0C0C0. Windows color (decimal): -6107191 or 13225890. OLE color: 13225890.
HSL color Cylindrical-coordinate representation of color #A2CFC9: hue angle of 172º 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 #A2CFC9 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 201 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.19 |
| HSL | 172º | 0.32% | 0.72% | - |
| HSV(B) | 172º | 0.22% | 0.81% | - |
| XYZ | 47.76 | 56.52 | 63.65 | - |
| YUV | 192.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 201 | 0.22 | 0 | 0.03 | 0.19 | 172 | 0.32 | 0.72 |
| Hex | A2 | CF | C9 | 16 | 0 | 3 | 13 | AC | 20 | 48 |
| Octal | 242 | 317 | 311 | 26 | 0 | 3 | 23 | 254 | 40 | 110 |
| Binary | 10100010 | 11001111 | 11001001 | 10110 | 0 | 11 | 10011 | 10101100 | 100000 | 1001000 |
Color Harmonies of #A2CFC9
Complementary color
Monochromatic Colors of #A2CFC9
Black with #A2CFC9
Text Example
Text Example
White with #A2CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CFC9; }
p { color: rgb(162,207,201); }
H1.HeaderClassName
{
color: #A2CFC9;
}
.AnyTagClassName
{
color: #A2CFC9;
}
</style>
background-color css
<style>
a { background-color: #A2CFC9; }
a { background-color: rgb(162,207,201); }
div.DivClassName
{
background-color: #A2CFC9;
}
.BgClassName
{
background-color: #A2CFC9;
}
</style>
border-color css
<style>
span { border-color: #A2CFC9; }
span { border-color: rgb(162,207,201); }
td.TdClassName
{
border-color: #A2CFC9;
}
.TagClassName
{
border-color: #A2CFC9;
}
</style>