Shades of Jungle Mist #ACBEBE
Tints of Jungle Mist #ACBEBE
RGB
CMYK
RGB Variations
Color information
#ACBEBE (or 0xACBEBE) is known color: Jungle Mist. HEX triplet: AC, BE and BE. RGB value is (172,190,190). Sum of RGB (Red+Green+Blue) = 172+190+190=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #ACBEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEBE is #534141. Grayscale: #B8B8B8. Windows color (decimal): -5456194 or 12500652. OLE color: 12500652.
HSL color Cylindrical-coordinate representation of color #ACBEBE: hue angle of 180º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBEBE is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 190 | 190 | - |
CMYK | 0.09 | 0 | 0 | 0.25 |
HSL | 180º | 0.12% | 0.71% | - |
HSV(B) | 180º | 0.09% | 0.75% | - |
XYZ | 44.72 | 49.32 | 55.88 | - |
YUV | 184.62 | 131.04 | 119 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 190 | 190 | 0.09 | 0 | 0 | 0.25 | 180 | 0.12 | 0.71 |
Hex | AC | BE | BE | 9 | 0 | 0 | 19 | B4 | C | 47 |
Octal | 254 | 276 | 276 | 11 | 0 | 0 | 31 | 264 | 14 | 107 |
Binary | 10101100 | 10111110 | 10111110 | 1001 | 0 | 0 | 11001 | 10110100 | 1100 | 1000111 |
Color Harmonies of #ACBEBE
Complementary color
Monochromatic Colors of #ACBEBE
Black with #ACBEBE
Text Example
Text Example
White with #ACBEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBEBE; }
p { color: rgb(172,190,190); }
H1.HeaderClassName
{
color: #ACBEBE;
}
.AnyTagClassName
{
color: #ACBEBE;
}
</style>
background-color css
<style>
a { background-color: #ACBEBE; }
a { background-color: rgb(172,190,190); }
div.DivClassName
{
background-color: #ACBEBE;
}
.BgClassName
{
background-color: #ACBEBE;
}
</style>
border-color css
<style>
span { border-color: #ACBEBE; }
span { border-color: rgb(172,190,190); }
td.TdClassName
{
border-color: #ACBEBE;
}
.TagClassName
{
border-color: #ACBEBE;
}
</style>