Shades of Sinbad #A4E0DA
Tints of Sinbad #A4E0DA
RGB
CMYK
RGB Variations
Color information
#A4E0DA (or 0xA4E0DA) is known color: Sinbad. HEX triplet: A4, E0 and DA. RGB value is (164,224,218). Sum of RGB (Red+Green+Blue) = 164+224+218=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E0DA is #5B1F25. Grayscale: #CDCDCD. Windows color (decimal): -5971750 or 14344356. OLE color: 14344356.
HSL color Cylindrical-coordinate representation of color #A4E0DA: hue angle of 174º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E0DA is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 224 | 218 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.12 |
| HSL | 174º | 0.49% | 0.76% | - |
| HSV(B) | 174º | 0.27% | 0.88% | - |
| XYZ | 54.62 | 66.27 | 76.24 | - |
| YUV | 205.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 218 | 0.27 | 0 | 0.03 | 0.12 | 174 | 0.49 | 0.76 |
| Hex | A4 | E0 | DA | 1B | 0 | 3 | C | AE | 31 | 4C |
| Octal | 244 | 340 | 332 | 33 | 0 | 3 | 14 | 256 | 61 | 114 |
| Binary | 10100100 | 11100000 | 11011010 | 11011 | 0 | 11 | 1100 | 10101110 | 110001 | 1001100 |
Color Harmonies of #A4E0DA
Complementary color
Monochromatic Colors of #A4E0DA
Black with #A4E0DA
Text Example
Text Example
White with #A4E0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E0DA; }
p { color: rgb(164,224,218); }
H1.HeaderClassName
{
color: #A4E0DA;
}
.AnyTagClassName
{
color: #A4E0DA;
}
</style>
background-color css
<style>
a { background-color: #A4E0DA; }
a { background-color: rgb(164,224,218); }
div.DivClassName
{
background-color: #A4E0DA;
}
.BgClassName
{
background-color: #A4E0DA;
}
</style>
border-color css
<style>
span { border-color: #A4E0DA; }
span { border-color: rgb(164,224,218); }
td.TdClassName
{
border-color: #A4E0DA;
}
.TagClassName
{
border-color: #A4E0DA;
}
</style>