Shades of Delta #9DA09A
Tints of Delta #9DA09A
RGB
CMYK
RGB Variations
Color information
#9DA09A (or 0x9DA09A) is known color: Delta. HEX triplet: 9D, A0 and 9A. RGB value is (157,160,154). Sum of RGB (Red+Green+Blue) = 157+160+154=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA09A is #625F65. Grayscale: #9E9E9E. Windows color (decimal): -6446950 or 10133661. OLE color: 10133661.
HSL color Cylindrical-coordinate representation of color #9DA09A: hue angle of 90º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9DA09A is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
RGB | 157 | 160 | 154 | - |
CMYK | 0.02 | 0 | 0.04 | 0.37 |
HSL | 90º | 0.03% | 0.62% | - |
HSV(B) | 90º | 0.04% | 0.63% | - |
XYZ | 32.31 | 34.64 | 35.56 | - |
YUV | 158.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 160 | 154 | 0.02 | 0 | 0.04 | 0.37 | 90 | 0.03 | 0.62 |
Hex | 9D | A0 | 9A | 2 | 0 | 4 | 25 | 5A | 3 | 3E |
Octal | 235 | 240 | 232 | 2 | 0 | 4 | 45 | 132 | 3 | 76 |
Binary | 10011101 | 10100000 | 10011010 | 10 | 0 | 100 | 100101 | 1011010 | 11 | 111110 |
Color Harmonies of #9DA09A
Complementary color
Monochromatic Colors of #9DA09A
Black with #9DA09A
Text Example
Text Example
White with #9DA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA09A; }
p { color: rgb(157,160,154); }
H1.HeaderClassName
{
color: #9DA09A;
}
.AnyTagClassName
{
color: #9DA09A;
}
</style>
background-color css
<style>
a { background-color: #9DA09A; }
a { background-color: rgb(157,160,154); }
div.DivClassName
{
background-color: #9DA09A;
}
.BgClassName
{
background-color: #9DA09A;
}
</style>
border-color css
<style>
span { border-color: #9DA09A; }
span { border-color: rgb(157,160,154); }
td.TdClassName
{
border-color: #9DA09A;
}
.TagClassName
{
border-color: #9DA09A;
}
</style>