Shades of Delta #9DA09B
Tints of Delta #9DA09B
RGB
CMYK
RGB Variations
Color information
#9DA09B (or 0x9DA09B) is known color: Delta. HEX triplet: 9D, A0 and 9B. RGB value is (157,160,155). Sum of RGB (Red+Green+Blue) = 157+160+155=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA09B is #625F64. Grayscale: #9E9E9E. Windows color (decimal): -6446949 or 10199197. OLE color: 10199197.
HSL color Cylindrical-coordinate representation of color #9DA09B: hue angle of 96º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9DA09B is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
RGB | 157 | 160 | 155 | - |
CMYK | 0.02 | 0 | 0.03 | 0.37 |
HSL | 96º | 0.03% | 0.62% | - |
HSV(B) | 96º | 0.03% | 0.63% | - |
XYZ | 32.39 | 34.68 | 36 | - |
YUV | 158.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 160 | 155 | 0.02 | 0 | 0.03 | 0.37 | 96 | 0.03 | 0.62 |
Hex | 9D | A0 | 9B | 2 | 0 | 3 | 25 | 60 | 3 | 3E |
Octal | 235 | 240 | 233 | 2 | 0 | 3 | 45 | 140 | 3 | 76 |
Binary | 10011101 | 10100000 | 10011011 | 10 | 0 | 11 | 100101 | 1100000 | 11 | 111110 |
Color Harmonies of #9DA09B
Complementary color
Monochromatic Colors of #9DA09B
Black with #9DA09B
Text Example
Text Example
White with #9DA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA09B; }
p { color: rgb(157,160,155); }
H1.HeaderClassName
{
color: #9DA09B;
}
.AnyTagClassName
{
color: #9DA09B;
}
</style>
background-color css
<style>
a { background-color: #9DA09B; }
a { background-color: rgb(157,160,155); }
div.DivClassName
{
background-color: #9DA09B;
}
.BgClassName
{
background-color: #9DA09B;
}
</style>
border-color css
<style>
span { border-color: #9DA09B; }
span { border-color: rgb(157,160,155); }
td.TdClassName
{
border-color: #9DA09B;
}
.TagClassName
{
border-color: #9DA09B;
}
</style>