Shades of Sinbad #A2D8D5
Tints of Sinbad #A2D8D5
RGB
CMYK
RGB Variations
Color information
#A2D8D5 (or 0xA2D8D5) is known color: Sinbad. HEX triplet: A2, D8 and D5. RGB value is (162,216,213). Sum of RGB (Red+Green+Blue) = 162+216+213=591 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.41% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D8D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D8D5 is #5D272A. Grayscale: #C7C7C7. Windows color (decimal): -6104875 or 14014626. OLE color: 14014626.
HSL color Cylindrical-coordinate representation of color #A2D8D5: hue angle of 176.67º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D8D5 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 162 | 216 | 213 | - |
CMYK | 0.25 | 0 | 0.01 | 0.15 |
HSL | 176.67º | 0.41% | 0.74% | - |
HSV(B) | 176.67º | 0.25% | 0.85% | - |
XYZ | 51.47 | 61.6 | 72.13 | - |
YUV | 199.51 | 135.61 | 101.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 216 | 213 | 0.25 | 0 | 0.01 | 0.15 | 176.67 | 0.41 | 0.74 |
Hex | A2 | D8 | D5 | 19 | 0 | 1 | F | B1 | 29 | 4A |
Octal | 242 | 330 | 325 | 31 | 0 | 1 | 17 | 261 | 51 | 112 |
Binary | 10100010 | 11011000 | 11010101 | 11001 | 0 | 1 | 1111 | 10110001 | 101001 | 1001010 |
Color Harmonies of #A2D8D5
Complementary color
Monochromatic Colors of #A2D8D5
Black with #A2D8D5
Text Example
Text Example
White with #A2D8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D8D5; }
p { color: rgb(162,216,213); }
H1.HeaderClassName
{
color: #A2D8D5;
}
.AnyTagClassName
{
color: #A2D8D5;
}
</style>
background-color css
<style>
a { background-color: #A2D8D5; }
a { background-color: rgb(162,216,213); }
div.DivClassName
{
background-color: #A2D8D5;
}
.BgClassName
{
background-color: #A2D8D5;
}
</style>
border-color css
<style>
span { border-color: #A2D8D5; }
span { border-color: rgb(162,216,213); }
td.TdClassName
{
border-color: #A2D8D5;
}
.TagClassName
{
border-color: #A2D8D5;
}
</style>