Shades of Jungle Mist #ACCDCD
Tints of Jungle Mist #ACCDCD
RGB
CMYK
RGB Variations
Color information
#ACCDCD (or 0xACCDCD) is known color: Jungle Mist. HEX triplet: AC, CD and CD. RGB value is (172,205,205). Sum of RGB (Red+Green+Blue) = 172+205+205=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #ACCDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDCD is #533232. Grayscale: #C3C3C3. Windows color (decimal): -5452339 or 13487532. OLE color: 13487532.
HSL color Cylindrical-coordinate representation of color #ACCDCD: hue angle of 180º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCDCD is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 205 | 205 | - |
CMYK | 0.16 | 0 | 0 | 0.20 |
HSL | 180º | 0.25% | 0.74% | - |
HSV(B) | 180º | 0.16% | 0.8% | - |
XYZ | 49.86 | 56.84 | 66.1 | - |
YUV | 195.13 | 133.57 | 111.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 205 | 205 | 0.16 | 0 | 0 | 0.20 | 180 | 0.25 | 0.74 |
Hex | AC | CD | CD | 10 | 0 | 0 | 14 | B4 | 19 | 4A |
Octal | 254 | 315 | 315 | 20 | 0 | 0 | 24 | 264 | 31 | 112 |
Binary | 10101100 | 11001101 | 11001101 | 10000 | 0 | 0 | 10100 | 10110100 | 11001 | 1001010 |
Color Harmonies of #ACCDCD
Complementary color
Monochromatic Colors of #ACCDCD
Black with #ACCDCD
Text Example
Text Example
White with #ACCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDCD; }
p { color: rgb(172,205,205); }
H1.HeaderClassName
{
color: #ACCDCD;
}
.AnyTagClassName
{
color: #ACCDCD;
}
</style>
background-color css
<style>
a { background-color: #ACCDCD; }
a { background-color: rgb(172,205,205); }
div.DivClassName
{
background-color: #ACCDCD;
}
.BgClassName
{
background-color: #ACCDCD;
}
</style>
border-color css
<style>
span { border-color: #ACCDCD; }
span { border-color: rgb(172,205,205); }
td.TdClassName
{
border-color: #ACCDCD;
}
.TagClassName
{
border-color: #ACCDCD;
}
</style>