Shades of Sinbad #A2CCC5
Tints of Sinbad #A2CCC5
RGB
CMYK
RGB Variations
Color information
#A2CCC5 (or 0xA2CCC5) is known color: Sinbad. HEX triplet: A2, CC and C5. RGB value is (162,204,197). Sum of RGB (Red+Green+Blue) = 162+204+197=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCC5 is #5D333A. Grayscale: #BEBEBE. Windows color (decimal): -6107963 or 12962978. OLE color: 12962978.
HSL color Cylindrical-coordinate representation of color #A2CCC5: hue angle of 170º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CCC5 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 197 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.2 |
| HSL | 170º | 0.29% | 0.72% | - |
| HSV(B) | 170º | 0.21% | 0.8% | - |
| XYZ | 46.57 | 54.9 | 60.97 | - |
| YUV | 190.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 197 | 0.21 | 0 | 0.03 | 0.2 | 170 | 0.29 | 0.72 |
| Hex | A2 | CC | C5 | 15 | 0 | 3 | 14 | AA | 1D | 48 |
| Octal | 242 | 314 | 305 | 25 | 0 | 3 | 24 | 252 | 35 | 110 |
| Binary | 10100010 | 11001100 | 11000101 | 10101 | 0 | 11 | 10100 | 10101010 | 11101 | 1001000 |
Color Harmonies of #A2CCC5
Complementary color
Monochromatic Colors of #A2CCC5
Black with #A2CCC5
Text Example
Text Example
White with #A2CCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CCC5; }
p { color: rgb(162,204,197); }
H1.HeaderClassName
{
color: #A2CCC5;
}
.AnyTagClassName
{
color: #A2CCC5;
}
</style>
background-color css
<style>
a { background-color: #A2CCC5; }
a { background-color: rgb(162,204,197); }
div.DivClassName
{
background-color: #A2CCC5;
}
.BgClassName
{
background-color: #A2CCC5;
}
</style>
border-color css
<style>
span { border-color: #A2CCC5; }
span { border-color: rgb(162,204,197); }
td.TdClassName
{
border-color: #A2CCC5;
}
.TagClassName
{
border-color: #A2CCC5;
}
</style>