Shades of Jungle Mist #AFC7CD
Tints of Jungle Mist #AFC7CD
RGB
CMYK
RGB Variations
Color information
#AFC7CD (or 0xAFC7CD) is known color: Jungle Mist. HEX triplet: AF, C7 and CD. RGB value is (175,199,205). Sum of RGB (Red+Green+Blue) = 175+199+205=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFC7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7CD is #503832. Grayscale: #C0C0C0. Windows color (decimal): -5257267 or 13485999. OLE color: 13485999.
HSL color Cylindrical-coordinate representation of color #AFC7CD: hue angle of 192º 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 #AFC7CD is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 199 | 205 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.20 |
| HSL | 192º | 0.23% | 0.75% | - |
| HSV(B) | 192º | 0.15% | 0.8% | - |
| XYZ | 49.12 | 54.37 | 65.66 | - |
| YUV | 192.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 205 | 0.15 | 0.03 | 0 | 0.20 | 192 | 0.23 | 0.75 |
| Hex | AF | C7 | CD | F | 3 | 0 | 14 | C0 | 17 | 4B |
| Octal | 257 | 307 | 315 | 17 | 3 | 0 | 24 | 300 | 27 | 113 |
| Binary | 10101111 | 11000111 | 11001101 | 1111 | 11 | 0 | 10100 | 11000000 | 10111 | 1001011 |
Color Harmonies of #AFC7CD
Complementary color
Monochromatic Colors of #AFC7CD
Black with #AFC7CD
Text Example
Text Example
White with #AFC7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7CD; }
p { color: rgb(175,199,205); }
H1.HeaderClassName
{
color: #AFC7CD;
}
.AnyTagClassName
{
color: #AFC7CD;
}
</style>
background-color css
<style>
a { background-color: #AFC7CD; }
a { background-color: rgb(175,199,205); }
div.DivClassName
{
background-color: #AFC7CD;
}
.BgClassName
{
background-color: #AFC7CD;
}
</style>
border-color css
<style>
span { border-color: #AFC7CD; }
span { border-color: rgb(175,199,205); }
td.TdClassName
{
border-color: #AFC7CD;
}
.TagClassName
{
border-color: #AFC7CD;
}
</style>