Shades of Sinbad #A0CFC8
Tints of Sinbad #A0CFC8
RGB
CMYK
RGB Variations
Color information
#A0CFC8 (or 0xA0CFC8) is known color: Sinbad. HEX triplet: A0, CF and C8. RGB value is (160,207,200). Sum of RGB (Red+Green+Blue) = 160+207+200=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFC8 is #5F3037. Grayscale: #C0C0C0. Windows color (decimal): -6238264 or 13160352. OLE color: 13160352.
HSL color Cylindrical-coordinate representation of color #A0CFC8: hue angle of 171.06º 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 #A0CFC8 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 200 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.19 |
| HSL | 171.06º | 0.33% | 0.72% | - |
| HSV(B) | 171.06º | 0.23% | 0.81% | - |
| XYZ | 47.24 | 56.27 | 63.02 | - |
| YUV | 192.15 | 132.43 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 200 | 0.23 | 0 | 0.03 | 0.19 | 171.06 | 0.33 | 0.72 |
| Hex | A0 | CF | C8 | 17 | 0 | 3 | 13 | AB | 21 | 48 |
| Octal | 240 | 317 | 310 | 27 | 0 | 3 | 23 | 253 | 41 | 110 |
| Binary | 10100000 | 11001111 | 11001000 | 10111 | 0 | 11 | 10011 | 10101011 | 100001 | 1001000 |
Color Harmonies of #A0CFC8
Complementary color
Monochromatic Colors of #A0CFC8
Black with #A0CFC8
Text Example
Text Example
White with #A0CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFC8; }
p { color: rgb(160,207,200); }
H1.HeaderClassName
{
color: #A0CFC8;
}
.AnyTagClassName
{
color: #A0CFC8;
}
</style>
background-color css
<style>
a { background-color: #A0CFC8; }
a { background-color: rgb(160,207,200); }
div.DivClassName
{
background-color: #A0CFC8;
}
.BgClassName
{
background-color: #A0CFC8;
}
</style>
border-color css
<style>
span { border-color: #A0CFC8; }
span { border-color: rgb(160,207,200); }
td.TdClassName
{
border-color: #A0CFC8;
}
.TagClassName
{
border-color: #A0CFC8;
}
</style>