Shades of Sinbad #A4D0CC
Tints of Sinbad #A4D0CC
RGB
CMYK
RGB Variations
Color information
#A4D0CC (or 0xA4D0CC) is known color: Sinbad. HEX triplet: A4, D0 and CC. RGB value is (164,208,204). Sum of RGB (Red+Green+Blue) = 164+208+204=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D0CC is #5B2F33. Grayscale: #C2C2C2. Windows color (decimal): -5975860 or 13422756. OLE color: 13422756.
HSL color Cylindrical-coordinate representation of color #A4D0CC: hue angle of 174.55º 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 #A4D0CC is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 204 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.18 |
| HSL | 174.55º | 0.32% | 0.73% | - |
| HSV(B) | 174.55º | 0.21% | 0.82% | - |
| XYZ | 48.76 | 57.36 | 65.63 | - |
| YUV | 194.39 | 133.42 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 204 | 0.21 | 0 | 0.02 | 0.18 | 174.55 | 0.32 | 0.73 |
| Hex | A4 | D0 | CC | 15 | 0 | 2 | 12 | AF | 20 | 49 |
| Octal | 244 | 320 | 314 | 25 | 0 | 2 | 22 | 257 | 40 | 111 |
| Binary | 10100100 | 11010000 | 11001100 | 10101 | 0 | 10 | 10010 | 10101111 | 100000 | 1001001 |
Color Harmonies of #A4D0CC
Complementary color
Monochromatic Colors of #A4D0CC
Black with #A4D0CC
Text Example
Text Example
White with #A4D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D0CC; }
p { color: rgb(164,208,204); }
H1.HeaderClassName
{
color: #A4D0CC;
}
.AnyTagClassName
{
color: #A4D0CC;
}
</style>
background-color css
<style>
a { background-color: #A4D0CC; }
a { background-color: rgb(164,208,204); }
div.DivClassName
{
background-color: #A4D0CC;
}
.BgClassName
{
background-color: #A4D0CC;
}
</style>
border-color css
<style>
span { border-color: #A4D0CC; }
span { border-color: rgb(164,208,204); }
td.TdClassName
{
border-color: #A4D0CC;
}
.TagClassName
{
border-color: #A4D0CC;
}
</style>