Shades of Jungle Mist #AABDBD
Tints of Jungle Mist #AABDBD
RGB
CMYK
RGB Variations
Color information
#AABDBD (or 0xAABDBD) is known color: Jungle Mist. HEX triplet: AA, BD and BD. RGB value is (170,189,189). Sum of RGB (Red+Green+Blue) = 170+189+189=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #AABDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDBD is #554242. Grayscale: #B7B7B7. Windows color (decimal): -5587523 or 12434858. OLE color: 12434858.
HSL color Cylindrical-coordinate representation of color #AABDBD: hue angle of 180º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABDBD is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 170 | 189 | 189 | - |
CMYK | 0.10 | 0 | 0 | 0.26 |
HSL | 180º | 0.13% | 0.7% | - |
HSV(B) | 180º | 0.1% | 0.74% | - |
XYZ | 43.96 | 48.62 | 55.21 | - |
YUV | 183.32 | 131.21 | 118.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 189 | 189 | 0.10 | 0 | 0 | 0.26 | 180 | 0.13 | 0.7 |
Hex | AA | BD | BD | A | 0 | 0 | 1A | B4 | D | 46 |
Octal | 252 | 275 | 275 | 12 | 0 | 0 | 32 | 264 | 15 | 106 |
Binary | 10101010 | 10111101 | 10111101 | 1010 | 0 | 0 | 11010 | 10110100 | 1101 | 1000110 |
Color Harmonies of #AABDBD
Complementary color
Monochromatic Colors of #AABDBD
Black with #AABDBD
Text Example
Text Example
White with #AABDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDBD; }
p { color: rgb(170,189,189); }
H1.HeaderClassName
{
color: #AABDBD;
}
.AnyTagClassName
{
color: #AABDBD;
}
</style>
background-color css
<style>
a { background-color: #AABDBD; }
a { background-color: rgb(170,189,189); }
div.DivClassName
{
background-color: #AABDBD;
}
.BgClassName
{
background-color: #AABDBD;
}
</style>
border-color css
<style>
span { border-color: #AABDBD; }
span { border-color: rgb(170,189,189); }
td.TdClassName
{
border-color: #AABDBD;
}
.TagClassName
{
border-color: #AABDBD;
}
</style>