Shades of Sinbad #A4E1DE
Tints of Sinbad #A4E1DE
RGB
CMYK
RGB Variations
Color information
#A4E1DE (or 0xA4E1DE) is known color: Sinbad. HEX triplet: A4, E1 and DE. RGB value is (164,225,222). Sum of RGB (Red+Green+Blue) = 164+225+222=611 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.84% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E1DE is #5B1E21. Grayscale: #CECECE. Windows color (decimal): -5971490 or 14606756. OLE color: 14606756.
HSL color Cylindrical-coordinate representation of color #A4E1DE: hue angle of 177.05º degrees, saturation: 0.5, 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 #A4E1DE is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 225 | 222 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.12 |
| HSL | 177.05º | 0.5% | 0.76% | - |
| HSV(B) | 177.05º | 0.27% | 0.88% | - |
| XYZ | 55.42 | 67.02 | 79.12 | - |
| YUV | 206.42 | 136.79 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 225 | 222 | 0.27 | 0 | 0.01 | 0.12 | 177.05 | 0.5 | 0.76 |
| Hex | A4 | E1 | DE | 1B | 0 | 1 | C | B1 | 32 | 4C |
| Octal | 244 | 341 | 336 | 33 | 0 | 1 | 14 | 261 | 62 | 114 |
| Binary | 10100100 | 11100001 | 11011110 | 11011 | 0 | 1 | 1100 | 10110001 | 110010 | 1001100 |
Color Harmonies of #A4E1DE
Complementary color
Monochromatic Colors of #A4E1DE
Black with #A4E1DE
Text Example
Text Example
White with #A4E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E1DE; }
p { color: rgb(164,225,222); }
H1.HeaderClassName
{
color: #A4E1DE;
}
.AnyTagClassName
{
color: #A4E1DE;
}
</style>
background-color css
<style>
a { background-color: #A4E1DE; }
a { background-color: rgb(164,225,222); }
div.DivClassName
{
background-color: #A4E1DE;
}
.BgClassName
{
background-color: #A4E1DE;
}
</style>
border-color css
<style>
span { border-color: #A4E1DE; }
span { border-color: rgb(164,225,222); }
td.TdClassName
{
border-color: #A4E1DE;
}
.TagClassName
{
border-color: #A4E1DE;
}
</style>