Shades of Sinbad #A4D0CA
Tints of Sinbad #A4D0CA
RGB
CMYK
RGB Variations
Color information
#A4D0CA (or 0xA4D0CA) is known color: Sinbad. HEX triplet: A4, D0 and CA. RGB value is (164,208,202). Sum of RGB (Red+Green+Blue) = 164+208+202=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D0CA is #5B2F35. Grayscale: #C2C2C2. Windows color (decimal): -5975862 or 13291684. OLE color: 13291684.
HSL color Cylindrical-coordinate representation of color #A4D0CA: hue angle of 171.82º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4D0CA is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 202 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.18 |
| HSL | 171.82º | 0.32% | 0.73% | - |
| HSV(B) | 171.82º | 0.21% | 0.82% | - |
| XYZ | 48.53 | 57.27 | 64.37 | - |
| YUV | 194.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 202 | 0.21 | 0 | 0.03 | 0.18 | 171.82 | 0.32 | 0.73 |
| Hex | A4 | D0 | CA | 15 | 0 | 3 | 12 | AC | 20 | 49 |
| Octal | 244 | 320 | 312 | 25 | 0 | 3 | 22 | 254 | 40 | 111 |
| Binary | 10100100 | 11010000 | 11001010 | 10101 | 0 | 11 | 10010 | 10101100 | 100000 | 1001001 |
Color Harmonies of #A4D0CA
Complementary color
Monochromatic Colors of #A4D0CA
Black with #A4D0CA
Text Example
Text Example
White with #A4D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D0CA; }
p { color: rgb(164,208,202); }
H1.HeaderClassName
{
color: #A4D0CA;
}
.AnyTagClassName
{
color: #A4D0CA;
}
</style>
background-color css
<style>
a { background-color: #A4D0CA; }
a { background-color: rgb(164,208,202); }
div.DivClassName
{
background-color: #A4D0CA;
}
.BgClassName
{
background-color: #A4D0CA;
}
</style>
border-color css
<style>
span { border-color: #A4D0CA; }
span { border-color: rgb(164,208,202); }
td.TdClassName
{
border-color: #A4D0CA;
}
.TagClassName
{
border-color: #A4D0CA;
}
</style>