Shades of Snowy Mint #CAF6C5
Tints of Snowy Mint #CAF6C5
RGB
CMYK
RGB Variations
Color information
#CAF6C5 (or 0xCAF6C5) is known color: Snowy Mint. HEX triplet: CA, F6 and C5. RGB value is (202,246,197). Sum of RGB (Red+Green+Blue) = 202+246+197=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 246 (96.48% from 255 or 38.14% from 645); Blue value is 197 (77.34% from 255 or 30.54% from 645); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF6C5 is #35093A. Grayscale: #E3E3E3. Windows color (decimal): -3475771 or 12973770. OLE color: 12973770.
HSL color Cylindrical-coordinate representation of color #CAF6C5: hue angle of 113.88º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF6C5 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 197 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.04 |
| HSL | 113.88º | 0.73% | 0.87% | - |
| HSV(B) | 113.88º | 0.2% | 0.96% | - |
| XYZ | 67.39 | 82.5 | 65.2 | - |
| YUV | 227.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 197 | 0.18 | 0 | 0.20 | 0.04 | 113.88 | 0.73 | 0.87 |
| Hex | CA | F6 | C5 | 12 | 0 | 14 | 4 | 72 | 49 | 57 |
| Octal | 312 | 366 | 305 | 22 | 0 | 24 | 4 | 162 | 111 | 127 |
| Binary | 11001010 | 11110110 | 11000101 | 10010 | 0 | 10100 | 100 | 1110010 | 1001001 | 1010111 |
Color Harmonies of #CAF6C5
Complementary color
Monochromatic Colors of #CAF6C5
Black with #CAF6C5
Text Example
Text Example
White with #CAF6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF6C5; }
p { color: rgb(202,246,197); }
H1.HeaderClassName
{
color: #CAF6C5;
}
.AnyTagClassName
{
color: #CAF6C5;
}
</style>
background-color css
<style>
a { background-color: #CAF6C5; }
a { background-color: rgb(202,246,197); }
div.DivClassName
{
background-color: #CAF6C5;
}
.BgClassName
{
background-color: #CAF6C5;
}
</style>
border-color css
<style>
span { border-color: #CAF6C5; }
span { border-color: rgb(202,246,197); }
td.TdClassName
{
border-color: #CAF6C5;
}
.TagClassName
{
border-color: #CAF6C5;
}
</style>