Shades of Jungle Mist #AFC9CD
Tints of Jungle Mist #AFC9CD
RGB
CMYK
RGB Variations
Color information
#AFC9CD (or 0xAFC9CD) is known color: Jungle Mist. HEX triplet: AF, C9 and CD. RGB value is (175,201,205). Sum of RGB (Red+Green+Blue) = 175+201+205=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9CD is #503632. Grayscale: #C1C1C1. Windows color (decimal): -5256755 or 13486511. OLE color: 13486511.
HSL color Cylindrical-coordinate representation of color #AFC9CD: hue angle of 188º 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 #AFC9CD is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 201 | 205 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.20 |
| HSL | 188º | 0.23% | 0.75% | - |
| HSV(B) | 188º | 0.15% | 0.8% | - |
| XYZ | 49.59 | 55.3 | 65.82 | - |
| YUV | 193.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 205 | 0.15 | 0.02 | 0 | 0.20 | 188 | 0.23 | 0.75 |
| Hex | AF | C9 | CD | F | 2 | 0 | 14 | BC | 17 | 4B |
| Octal | 257 | 311 | 315 | 17 | 2 | 0 | 24 | 274 | 27 | 113 |
| Binary | 10101111 | 11001001 | 11001101 | 1111 | 10 | 0 | 10100 | 10111100 | 10111 | 1001011 |
Color Harmonies of #AFC9CD
Complementary color
Monochromatic Colors of #AFC9CD
Black with #AFC9CD
Text Example
Text Example
White with #AFC9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9CD; }
p { color: rgb(175,201,205); }
H1.HeaderClassName
{
color: #AFC9CD;
}
.AnyTagClassName
{
color: #AFC9CD;
}
</style>
background-color css
<style>
a { background-color: #AFC9CD; }
a { background-color: rgb(175,201,205); }
div.DivClassName
{
background-color: #AFC9CD;
}
.BgClassName
{
background-color: #AFC9CD;
}
</style>
border-color css
<style>
span { border-color: #AFC9CD; }
span { border-color: rgb(175,201,205); }
td.TdClassName
{
border-color: #AFC9CD;
}
.TagClassName
{
border-color: #AFC9CD;
}
</style>