Shades of Jungle Mist #AFC3C4
Tints of Jungle Mist #AFC3C4
RGB
CMYK
RGB Variations
Color information
#AFC3C4 (or 0xAFC3C4) is known color: Jungle Mist. HEX triplet: AF, C3 and C4. RGB value is (175,195,196). Sum of RGB (Red+Green+Blue) = 175+195+196=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFC3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3C4 is #503C3B. Grayscale: #BDBDBD. Windows color (decimal): -5258300 or 12895151. OLE color: 12895151.
HSL color Cylindrical-coordinate representation of color #AFC3C4: hue angle of 182.86º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC3C4 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 195 | 196 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.23 |
| HSL | 182.86º | 0.15% | 0.73% | - |
| HSV(B) | 182.86º | 0.11% | 0.77% | - |
| XYZ | 47.16 | 52.13 | 59.8 | - |
| YUV | 189.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 196 | 0.11 | 0.01 | 0 | 0.23 | 182.86 | 0.15 | 0.73 |
| Hex | AF | C3 | C4 | B | 1 | 0 | 17 | B7 | F | 49 |
| Octal | 257 | 303 | 304 | 13 | 1 | 0 | 27 | 267 | 17 | 111 |
| Binary | 10101111 | 11000011 | 11000100 | 1011 | 1 | 0 | 10111 | 10110111 | 1111 | 1001001 |
Color Harmonies of #AFC3C4
Complementary color
Monochromatic Colors of #AFC3C4
Black with #AFC3C4
Text Example
Text Example
White with #AFC3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3C4; }
p { color: rgb(175,195,196); }
H1.HeaderClassName
{
color: #AFC3C4;
}
.AnyTagClassName
{
color: #AFC3C4;
}
</style>
background-color css
<style>
a { background-color: #AFC3C4; }
a { background-color: rgb(175,195,196); }
div.DivClassName
{
background-color: #AFC3C4;
}
.BgClassName
{
background-color: #AFC3C4;
}
</style>
border-color css
<style>
span { border-color: #AFC3C4; }
span { border-color: rgb(175,195,196); }
td.TdClassName
{
border-color: #AFC3C4;
}
.TagClassName
{
border-color: #AFC3C4;
}
</style>