Shades of Sinbad #A0CFC7
Tints of Sinbad #A0CFC7
RGB
CMYK
RGB Variations
Color information
#A0CFC7 (or 0xA0CFC7) is known color: Sinbad. HEX triplet: A0, CF and C7. RGB value is (160,207,199). Sum of RGB (Red+Green+Blue) = 160+207+199=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFC7 is #5F3038. Grayscale: #C0C0C0. Windows color (decimal): -6238265 or 13094816. OLE color: 13094816.
HSL color Cylindrical-coordinate representation of color #A0CFC7: hue angle of 169.79º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CFC7 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 199 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.19 |
| HSL | 169.79º | 0.33% | 0.72% | - |
| HSV(B) | 169.79º | 0.23% | 0.81% | - |
| XYZ | 47.12 | 56.22 | 62.4 | - |
| YUV | 192.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 199 | 0.23 | 0 | 0.04 | 0.19 | 169.79 | 0.33 | 0.72 |
| Hex | A0 | CF | C7 | 17 | 0 | 4 | 13 | AA | 21 | 48 |
| Octal | 240 | 317 | 307 | 27 | 0 | 4 | 23 | 252 | 41 | 110 |
| Binary | 10100000 | 11001111 | 11000111 | 10111 | 0 | 100 | 10011 | 10101010 | 100001 | 1001000 |
Color Harmonies of #A0CFC7
Complementary color
Monochromatic Colors of #A0CFC7
Black with #A0CFC7
Text Example
Text Example
White with #A0CFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFC7; }
p { color: rgb(160,207,199); }
H1.HeaderClassName
{
color: #A0CFC7;
}
.AnyTagClassName
{
color: #A0CFC7;
}
</style>
background-color css
<style>
a { background-color: #A0CFC7; }
a { background-color: rgb(160,207,199); }
div.DivClassName
{
background-color: #A0CFC7;
}
.BgClassName
{
background-color: #A0CFC7;
}
</style>
border-color css
<style>
span { border-color: #A0CFC7; }
span { border-color: rgb(160,207,199); }
td.TdClassName
{
border-color: #A0CFC7;
}
.TagClassName
{
border-color: #A0CFC7;
}
</style>