Shades of Hit Grey #9DABAB
Tints of Hit Grey #9DABAB
RGB
CMYK
RGB Variations
Color information
#9DABAB (or 0x9DABAB) is known color: Hit Grey. HEX triplet: 9D, AB and AB. RGB value is (157,171,171). Sum of RGB (Red+Green+Blue) = 157+171+171=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #9DABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DABAB is #625454. Grayscale: #A6A6A6. Windows color (decimal): -6444117 or 11250589. OLE color: 11250589.
HSL color Cylindrical-coordinate representation of color #9DABAB: hue angle of 180º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9DABAB is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 157 | 171 | 171 | - |
CMYK | 0.08 | 0 | 0 | 0.33 |
HSL | 180º | 0.08% | 0.64% | - |
HSV(B) | 180º | 0.08% | 0.67% | - |
XYZ | 35.82 | 39.23 | 44.21 | - |
YUV | 166.81 | 130.36 | 121 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 171 | 171 | 0.08 | 0 | 0 | 0.33 | 180 | 0.08 | 0.64 |
Hex | 9D | AB | AB | 8 | 0 | 0 | 21 | B4 | 8 | 40 |
Octal | 235 | 253 | 253 | 10 | 0 | 0 | 41 | 264 | 10 | 100 |
Binary | 10011101 | 10101011 | 10101011 | 1000 | 0 | 0 | 100001 | 10110100 | 1000 | 1000000 |
Color Harmonies of #9DABAB
Complementary color
Monochromatic Colors of #9DABAB
Black with #9DABAB
Text Example
Text Example
White with #9DABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DABAB; }
p { color: rgb(157,171,171); }
H1.HeaderClassName
{
color: #9DABAB;
}
.AnyTagClassName
{
color: #9DABAB;
}
</style>
background-color css
<style>
a { background-color: #9DABAB; }
a { background-color: rgb(157,171,171); }
div.DivClassName
{
background-color: #9DABAB;
}
.BgClassName
{
background-color: #9DABAB;
}
</style>
border-color css
<style>
span { border-color: #9DABAB; }
span { border-color: rgb(157,171,171); }
td.TdClassName
{
border-color: #9DABAB;
}
.TagClassName
{
border-color: #9DABAB;
}
</style>