Shades of Jungle Mist #AFCDD0
Tints of Jungle Mist #AFCDD0
RGB
CMYK
RGB Variations
Color information
#AFCDD0 (or 0xAFCDD0) is known color: Jungle Mist. HEX triplet: AF, CD and D0. RGB value is (175,205,208). Sum of RGB (Red+Green+Blue) = 175+205+208=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFCDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDD0 is #50322F. Grayscale: #C4C4C4. Windows color (decimal): -5255728 or 13684143. OLE color: 13684143.
HSL color Cylindrical-coordinate representation of color #AFCDD0: hue angle of 185.45º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFCDD0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 205 | 208 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.18 |
| HSL | 185.45º | 0.26% | 0.75% | - |
| HSV(B) | 185.45º | 0.16% | 0.82% | - |
| XYZ | 50.9 | 57.33 | 68.06 | - |
| YUV | 196.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 208 | 0.16 | 0.01 | 0 | 0.18 | 185.45 | 0.26 | 0.75 |
| Hex | AF | CD | D0 | 10 | 1 | 0 | 12 | B9 | 1A | 4B |
| Octal | 257 | 315 | 320 | 20 | 1 | 0 | 22 | 271 | 32 | 113 |
| Binary | 10101111 | 11001101 | 11010000 | 10000 | 1 | 0 | 10010 | 10111001 | 11010 | 1001011 |
Color Harmonies of #AFCDD0
Complementary color
Monochromatic Colors of #AFCDD0
Black with #AFCDD0
Text Example
Text Example
White with #AFCDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDD0; }
p { color: rgb(175,205,208); }
H1.HeaderClassName
{
color: #AFCDD0;
}
.AnyTagClassName
{
color: #AFCDD0;
}
</style>
background-color css
<style>
a { background-color: #AFCDD0; }
a { background-color: rgb(175,205,208); }
div.DivClassName
{
background-color: #AFCDD0;
}
.BgClassName
{
background-color: #AFCDD0;
}
</style>
border-color css
<style>
span { border-color: #AFCDD0; }
span { border-color: rgb(175,205,208); }
td.TdClassName
{
border-color: #AFCDD0;
}
.TagClassName
{
border-color: #AFCDD0;
}
</style>