Shades of Jungle Mist #AFC8C4
Tints of Jungle Mist #AFC8C4
RGB
CMYK
RGB Variations
Color information
#AFC8C4 (or 0xAFC8C4) is known color: Jungle Mist. HEX triplet: AF, C8 and C4. RGB value is (175,200,196). Sum of RGB (Red+Green+Blue) = 175+200+196=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8C4 is #50373B. Grayscale: #C0C0C0. Windows color (decimal): -5257020 or 12896431. OLE color: 12896431.
HSL color Cylindrical-coordinate representation of color #AFC8C4: hue angle of 170.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC8C4 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 196 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.22 |
| HSL | 170.4º | 0.19% | 0.74% | - |
| HSV(B) | 170.4º | 0.13% | 0.78% | - |
| XYZ | 48.3 | 54.41 | 60.18 | - |
| YUV | 192.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 196 | 0.12 | 0 | 0.02 | 0.22 | 170.4 | 0.19 | 0.74 |
| Hex | AF | C8 | C4 | C | 0 | 2 | 16 | AA | 13 | 4A |
| Octal | 257 | 310 | 304 | 14 | 0 | 2 | 26 | 252 | 23 | 112 |
| Binary | 10101111 | 11001000 | 11000100 | 1100 | 0 | 10 | 10110 | 10101010 | 10011 | 1001010 |
Color Harmonies of #AFC8C4
Complementary color
Monochromatic Colors of #AFC8C4
Black with #AFC8C4
Text Example
Text Example
White with #AFC8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8C4; }
p { color: rgb(175,200,196); }
H1.HeaderClassName
{
color: #AFC8C4;
}
.AnyTagClassName
{
color: #AFC8C4;
}
</style>
background-color css
<style>
a { background-color: #AFC8C4; }
a { background-color: rgb(175,200,196); }
div.DivClassName
{
background-color: #AFC8C4;
}
.BgClassName
{
background-color: #AFC8C4;
}
</style>
border-color css
<style>
span { border-color: #AFC8C4; }
span { border-color: rgb(175,200,196); }
td.TdClassName
{
border-color: #AFC8C4;
}
.TagClassName
{
border-color: #AFC8C4;
}
</style>