Shades of Jungle Mist #AFC3C7
Tints of Jungle Mist #AFC3C7
RGB
CMYK
RGB Variations
Color information
#AFC3C7 (or 0xAFC3C7) is known color: Jungle Mist. HEX triplet: AF, C3 and C7. RGB value is (175,195,199). Sum of RGB (Red+Green+Blue) = 175+195+199=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 199 - color contains mainly: blue. Hex color #AFC3C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3C7 is #503C38. Grayscale: #BDBDBD. Windows color (decimal): -5258297 or 13091759. OLE color: 13091759.
HSL color Cylindrical-coordinate representation of color #AFC3C7: hue angle of 190º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC3C7 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 195 | 199 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.22 |
| HSL | 190º | 0.18% | 0.73% | - |
| HSV(B) | 190º | 0.12% | 0.78% | - |
| XYZ | 47.5 | 52.27 | 61.62 | - |
| YUV | 189.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 199 | 0.12 | 0.02 | 0 | 0.22 | 190 | 0.18 | 0.73 |
| Hex | AF | C3 | C7 | C | 2 | 0 | 16 | BE | 12 | 49 |
| Octal | 257 | 303 | 307 | 14 | 2 | 0 | 26 | 276 | 22 | 111 |
| Binary | 10101111 | 11000011 | 11000111 | 1100 | 10 | 0 | 10110 | 10111110 | 10010 | 1001001 |
Color Harmonies of #AFC3C7
Complementary color
Monochromatic Colors of #AFC3C7
Black with #AFC3C7
Text Example
Text Example
White with #AFC3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3C7; }
p { color: rgb(175,195,199); }
H1.HeaderClassName
{
color: #AFC3C7;
}
.AnyTagClassName
{
color: #AFC3C7;
}
</style>
background-color css
<style>
a { background-color: #AFC3C7; }
a { background-color: rgb(175,195,199); }
div.DivClassName
{
background-color: #AFC3C7;
}
.BgClassName
{
background-color: #AFC3C7;
}
</style>
border-color css
<style>
span { border-color: #AFC3C7; }
span { border-color: rgb(175,195,199); }
td.TdClassName
{
border-color: #AFC3C7;
}
.TagClassName
{
border-color: #AFC3C7;
}
</style>