Shades of Sinbad #A5E1DE
Tints of Sinbad #A5E1DE
RGB
CMYK
RGB Variations
Color information
#A5E1DE (or 0xA5E1DE) is known color: Sinbad. HEX triplet: A5, E1 and DE. RGB value is (165,225,222). Sum of RGB (Red+Green+Blue) = 165+225+222=612 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.96% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E1DE is #5A1E21. Grayscale: #CECECE. Windows color (decimal): -5905954 or 14606757. OLE color: 14606757.
HSL color Cylindrical-coordinate representation of color #A5E1DE: hue angle of 177º 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 #A5E1DE is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 222 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.12 |
| HSL | 177º | 0.5% | 0.76% | - |
| HSV(B) | 177º | 0.27% | 0.88% | - |
| XYZ | 55.63 | 67.12 | 79.13 | - |
| YUV | 206.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 222 | 0.27 | 0 | 0.01 | 0.12 | 177 | 0.5 | 0.76 |
| Hex | A5 | E1 | DE | 1B | 0 | 1 | C | B1 | 32 | 4C |
| Octal | 245 | 341 | 336 | 33 | 0 | 1 | 14 | 261 | 62 | 114 |
| Binary | 10100101 | 11100001 | 11011110 | 11011 | 0 | 1 | 1100 | 10110001 | 110010 | 1001100 |
Color Harmonies of #A5E1DE
Complementary color
Monochromatic Colors of #A5E1DE
Black with #A5E1DE
Text Example
Text Example
White with #A5E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E1DE; }
p { color: rgb(165,225,222); }
H1.HeaderClassName
{
color: #A5E1DE;
}
.AnyTagClassName
{
color: #A5E1DE;
}
</style>
background-color css
<style>
a { background-color: #A5E1DE; }
a { background-color: rgb(165,225,222); }
div.DivClassName
{
background-color: #A5E1DE;
}
.BgClassName
{
background-color: #A5E1DE;
}
</style>
border-color css
<style>
span { border-color: #A5E1DE; }
span { border-color: rgb(165,225,222); }
td.TdClassName
{
border-color: #A5E1DE;
}
.TagClassName
{
border-color: #A5E1DE;
}
</style>