Shades of Jungle Mist #AFC7CC
Tints of Jungle Mist #AFC7CC
RGB
CMYK
RGB Variations
Color information
#AFC7CC (or 0xAFC7CC) is known color: Jungle Mist. HEX triplet: AF, C7 and CC. RGB value is (175,199,204). Sum of RGB (Red+Green+Blue) = 175+199+204=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFC7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7CC is #503833. Grayscale: #C0C0C0. Windows color (decimal): -5257268 or 13420463. OLE color: 13420463.
HSL color Cylindrical-coordinate representation of color #AFC7CC: hue angle of 190.34º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC7CC is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 199 | 204 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.2 |
| HSL | 190.34º | 0.22% | 0.74% | - |
| HSV(B) | 190.34º | 0.14% | 0.8% | - |
| XYZ | 49 | 54.32 | 65.03 | - |
| YUV | 192.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 204 | 0.14 | 0.02 | 0 | 0.2 | 190.34 | 0.22 | 0.74 |
| Hex | AF | C7 | CC | E | 2 | 0 | 14 | BE | 16 | 4A |
| Octal | 257 | 307 | 314 | 16 | 2 | 0 | 24 | 276 | 26 | 112 |
| Binary | 10101111 | 11000111 | 11001100 | 1110 | 10 | 0 | 10100 | 10111110 | 10110 | 1001010 |
Color Harmonies of #AFC7CC
Complementary color
Monochromatic Colors of #AFC7CC
Black with #AFC7CC
Text Example
Text Example
White with #AFC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7CC; }
p { color: rgb(175,199,204); }
H1.HeaderClassName
{
color: #AFC7CC;
}
.AnyTagClassName
{
color: #AFC7CC;
}
</style>
background-color css
<style>
a { background-color: #AFC7CC; }
a { background-color: rgb(175,199,204); }
div.DivClassName
{
background-color: #AFC7CC;
}
.BgClassName
{
background-color: #AFC7CC;
}
</style>
border-color css
<style>
span { border-color: #AFC7CC; }
span { border-color: rgb(175,199,204); }
td.TdClassName
{
border-color: #AFC7CC;
}
.TagClassName
{
border-color: #AFC7CC;
}
</style>