Shades of Jungle Mist #AFC4C2
Tints of Jungle Mist #AFC4C2
RGB
CMYK
RGB Variations
Color information
#AFC4C2 (or 0xAFC4C2) is known color: Jungle Mist. HEX triplet: AF, C4 and C2. RGB value is (175,196,194). Sum of RGB (Red+Green+Blue) = 175+196+194=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4C2 is #503B3D. Grayscale: #BDBDBD. Windows color (decimal): -5258046 or 12764335. OLE color: 12764335.
HSL color Cylindrical-coordinate representation of color #AFC4C2: hue angle of 174.29º 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 #AFC4C2 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
RGB | 175 | 196 | 194 | - |
CMYK | 0.11 | 0 | 0.01 | 0.23 |
HSL | 174.29º | 0.15% | 0.73% | - |
HSV(B) | 174.29º | 0.11% | 0.77% | - |
XYZ | 47.16 | 52.49 | 58.68 | - |
YUV | 189.49 | 130.54 | 117.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 196 | 194 | 0.11 | 0 | 0.01 | 0.23 | 174.29 | 0.15 | 0.73 |
Hex | AF | C4 | C2 | B | 0 | 1 | 17 | AE | F | 49 |
Octal | 257 | 304 | 302 | 13 | 0 | 1 | 27 | 256 | 17 | 111 |
Binary | 10101111 | 11000100 | 11000010 | 1011 | 0 | 1 | 10111 | 10101110 | 1111 | 1001001 |
Color Harmonies of #AFC4C2
Complementary color
Monochromatic Colors of #AFC4C2
Black with #AFC4C2
Text Example
Text Example
White with #AFC4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4C2; }
p { color: rgb(175,196,194); }
H1.HeaderClassName
{
color: #AFC4C2;
}
.AnyTagClassName
{
color: #AFC4C2;
}
</style>
background-color css
<style>
a { background-color: #AFC4C2; }
a { background-color: rgb(175,196,194); }
div.DivClassName
{
background-color: #AFC4C2;
}
.BgClassName
{
background-color: #AFC4C2;
}
</style>
border-color css
<style>
span { border-color: #AFC4C2; }
span { border-color: rgb(175,196,194); }
td.TdClassName
{
border-color: #AFC4C2;
}
.TagClassName
{
border-color: #AFC4C2;
}
</style>