Shades of Sinbad #A0CFCB
Tints of Sinbad #A0CFCB
RGB
CMYK
RGB Variations
Color information
#A0CFCB (or 0xA0CFCB) is known color: Sinbad. HEX triplet: A0, CF and CB. RGB value is (160,207,203). Sum of RGB (Red+Green+Blue) = 160+207+203=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFCB is #5F3034. Grayscale: #C0C0C0. Windows color (decimal): -6238261 or 13356960. OLE color: 13356960.
HSL color Cylindrical-coordinate representation of color #A0CFCB: hue angle of 174.89º 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 #A0CFCB is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 203 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.19 |
| HSL | 174.89º | 0.33% | 0.72% | - |
| HSV(B) | 174.89º | 0.23% | 0.81% | - |
| XYZ | 47.59 | 56.41 | 64.88 | - |
| YUV | 192.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 203 | 0.23 | 0 | 0.02 | 0.19 | 174.89 | 0.33 | 0.72 |
| Hex | A0 | CF | CB | 17 | 0 | 2 | 13 | AF | 21 | 48 |
| Octal | 240 | 317 | 313 | 27 | 0 | 2 | 23 | 257 | 41 | 110 |
| Binary | 10100000 | 11001111 | 11001011 | 10111 | 0 | 10 | 10011 | 10101111 | 100001 | 1001000 |
Color Harmonies of #A0CFCB
Complementary color
Monochromatic Colors of #A0CFCB
Black with #A0CFCB
Text Example
Text Example
White with #A0CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFCB; }
p { color: rgb(160,207,203); }
H1.HeaderClassName
{
color: #A0CFCB;
}
.AnyTagClassName
{
color: #A0CFCB;
}
</style>
background-color css
<style>
a { background-color: #A0CFCB; }
a { background-color: rgb(160,207,203); }
div.DivClassName
{
background-color: #A0CFCB;
}
.BgClassName
{
background-color: #A0CFCB;
}
</style>
border-color css
<style>
span { border-color: #A0CFCB; }
span { border-color: rgb(160,207,203); }
td.TdClassName
{
border-color: #A0CFCB;
}
.TagClassName
{
border-color: #A0CFCB;
}
</style>