Shades of Sinbad #A2CECB
Tints of Sinbad #A2CECB
RGB
CMYK
RGB Variations
Color information
#A2CECB (or 0xA2CECB) is known color: Sinbad. HEX triplet: A2, CE and CB. RGB value is (162,206,203). Sum of RGB (Red+Green+Blue) = 162+206+203=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CECB is #5D3134. Grayscale: #C0C0C0. Windows color (decimal): -6107445 or 13356706. OLE color: 13356706.
HSL color Cylindrical-coordinate representation of color #A2CECB: hue angle of 175.91º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CECB is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 203 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.19 |
| HSL | 175.91º | 0.31% | 0.72% | - |
| HSV(B) | 175.91º | 0.21% | 0.81% | - |
| XYZ | 47.75 | 56.14 | 64.82 | - |
| YUV | 192.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 203 | 0.21 | 0 | 0.01 | 0.19 | 175.91 | 0.31 | 0.72 |
| Hex | A2 | CE | CB | 15 | 0 | 1 | 13 | B0 | 1F | 48 |
| Octal | 242 | 316 | 313 | 25 | 0 | 1 | 23 | 260 | 37 | 110 |
| Binary | 10100010 | 11001110 | 11001011 | 10101 | 0 | 1 | 10011 | 10110000 | 11111 | 1001000 |
Color Harmonies of #A2CECB
Complementary color
Monochromatic Colors of #A2CECB
Black with #A2CECB
Text Example
Text Example
White with #A2CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CECB; }
p { color: rgb(162,206,203); }
H1.HeaderClassName
{
color: #A2CECB;
}
.AnyTagClassName
{
color: #A2CECB;
}
</style>
background-color css
<style>
a { background-color: #A2CECB; }
a { background-color: rgb(162,206,203); }
div.DivClassName
{
background-color: #A2CECB;
}
.BgClassName
{
background-color: #A2CECB;
}
</style>
border-color css
<style>
span { border-color: #A2CECB; }
span { border-color: rgb(162,206,203); }
td.TdClassName
{
border-color: #A2CECB;
}
.TagClassName
{
border-color: #A2CECB;
}
</style>