Shades of Sinbad #A2D7D5
Tints of Sinbad #A2D7D5
RGB
CMYK
RGB Variations
Color information
#A2D7D5 (or 0xA2D7D5) is known color: Sinbad. HEX triplet: A2, D7 and D5. RGB value is (162,215,213). Sum of RGB (Red+Green+Blue) = 162+215+213=590 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.46% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D7D5 is #5D282A. Grayscale: #C6C6C6. Windows color (decimal): -6105131 or 14014370. OLE color: 14014370.
HSL color Cylindrical-coordinate representation of color #A2D7D5: hue angle of 177.74º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D7D5 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
RGB | 162 | 215 | 213 | - |
CMYK | 0.25 | 0 | 0.01 | 0.16 |
HSL | 177.74º | 0.4% | 0.74% | - |
HSV(B) | 177.74º | 0.25% | 0.84% | - |
XYZ | 51.21 | 61.09 | 72.04 | - |
YUV | 198.93 | 135.94 | 101.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 215 | 213 | 0.25 | 0 | 0.01 | 0.16 | 177.74 | 0.4 | 0.74 |
Hex | A2 | D7 | D5 | 19 | 0 | 1 | 10 | B2 | 28 | 4A |
Octal | 242 | 327 | 325 | 31 | 0 | 1 | 20 | 262 | 50 | 112 |
Binary | 10100010 | 11010111 | 11010101 | 11001 | 0 | 1 | 10000 | 10110010 | 101000 | 1001010 |
Color Harmonies of #A2D7D5
Complementary color
Monochromatic Colors of #A2D7D5
Black with #A2D7D5
Text Example
Text Example
White with #A2D7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D7D5; }
p { color: rgb(162,215,213); }
H1.HeaderClassName
{
color: #A2D7D5;
}
.AnyTagClassName
{
color: #A2D7D5;
}
</style>
background-color css
<style>
a { background-color: #A2D7D5; }
a { background-color: rgb(162,215,213); }
div.DivClassName
{
background-color: #A2D7D5;
}
.BgClassName
{
background-color: #A2D7D5;
}
</style>
border-color css
<style>
span { border-color: #A2D7D5; }
span { border-color: rgb(162,215,213); }
td.TdClassName
{
border-color: #A2D7D5;
}
.TagClassName
{
border-color: #A2D7D5;
}
</style>