Shades of Jungle Mist #AFCACE
Tints of Jungle Mist #AFCACE
RGB
CMYK
RGB Variations
Color information
#AFCACE (or 0xAFCACE) is known color: Jungle Mist. HEX triplet: AF, CA and CE. RGB value is (175,202,206). Sum of RGB (Red+Green+Blue) = 175+202+206=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFCACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCACE is #503531. Grayscale: #C2C2C2. Windows color (decimal): -5256498 or 13552303. OLE color: 13552303.
HSL color Cylindrical-coordinate representation of color #AFCACE: hue angle of 187.74º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCACE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 175 | 202 | 206 | - |
CMYK | 0.15 | 0.02 | 0 | 0.19 |
HSL | 187.74º | 0.24% | 0.75% | - |
HSV(B) | 187.74º | 0.15% | 0.81% | - |
XYZ | 49.94 | 55.81 | 66.53 | - |
YUV | 194.38 | 134.55 | 114.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 202 | 206 | 0.15 | 0.02 | 0 | 0.19 | 187.74 | 0.24 | 0.75 |
Hex | AF | CA | CE | F | 2 | 0 | 13 | BC | 18 | 4B |
Octal | 257 | 312 | 316 | 17 | 2 | 0 | 23 | 274 | 30 | 113 |
Binary | 10101111 | 11001010 | 11001110 | 1111 | 10 | 0 | 10011 | 10111100 | 11000 | 1001011 |
Color Harmonies of #AFCACE
Complementary color
Monochromatic Colors of #AFCACE
Black with #AFCACE
Text Example
Text Example
White with #AFCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCACE; }
p { color: rgb(175,202,206); }
H1.HeaderClassName
{
color: #AFCACE;
}
.AnyTagClassName
{
color: #AFCACE;
}
</style>
background-color css
<style>
a { background-color: #AFCACE; }
a { background-color: rgb(175,202,206); }
div.DivClassName
{
background-color: #AFCACE;
}
.BgClassName
{
background-color: #AFCACE;
}
</style>
border-color css
<style>
span { border-color: #AFCACE; }
span { border-color: rgb(175,202,206); }
td.TdClassName
{
border-color: #AFCACE;
}
.TagClassName
{
border-color: #AFCACE;
}
</style>