Shades of Jungle Mist #AFCACD
Tints of Jungle Mist #AFCACD
RGB
CMYK
RGB Variations
Color information
#AFCACD (or 0xAFCACD) is known color: Jungle Mist. HEX triplet: AF, CA and CD. RGB value is (175,202,205). Sum of RGB (Red+Green+Blue) = 175+202+205=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCACD is #503532. Grayscale: #C2C2C2. Windows color (decimal): -5256499 or 13486767. OLE color: 13486767.
HSL color Cylindrical-coordinate representation of color #AFCACD: hue angle of 186º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCACD is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 202 | 205 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.20 |
| HSL | 186º | 0.23% | 0.75% | - |
| HSV(B) | 186º | 0.15% | 0.8% | - |
| XYZ | 49.82 | 55.76 | 65.9 | - |
| YUV | 194.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 205 | 0.15 | 0.01 | 0 | 0.20 | 186 | 0.23 | 0.75 |
| Hex | AF | CA | CD | F | 1 | 0 | 14 | BA | 17 | 4B |
| Octal | 257 | 312 | 315 | 17 | 1 | 0 | 24 | 272 | 27 | 113 |
| Binary | 10101111 | 11001010 | 11001101 | 1111 | 1 | 0 | 10100 | 10111010 | 10111 | 1001011 |
Color Harmonies of #AFCACD
Complementary color
Monochromatic Colors of #AFCACD
Black with #AFCACD
Text Example
Text Example
White with #AFCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCACD; }
p { color: rgb(175,202,205); }
H1.HeaderClassName
{
color: #AFCACD;
}
.AnyTagClassName
{
color: #AFCACD;
}
</style>
background-color css
<style>
a { background-color: #AFCACD; }
a { background-color: rgb(175,202,205); }
div.DivClassName
{
background-color: #AFCACD;
}
.BgClassName
{
background-color: #AFCACD;
}
</style>
border-color css
<style>
span { border-color: #AFCACD; }
span { border-color: rgb(175,202,205); }
td.TdClassName
{
border-color: #AFCACD;
}
.TagClassName
{
border-color: #AFCACD;
}
</style>