Shades of Snowy Mint #CFF2CA
Tints of Snowy Mint #CFF2CA
RGB
CMYK
RGB Variations
Color information
#CFF2CA (or 0xCFF2CA) is known color: Snowy Mint. HEX triplet: CF, F2 and CA. RGB value is (207,242,202). Sum of RGB (Red+Green+Blue) = 207+242+202=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2CA is #300D35. Grayscale: #E3E3E3. Windows color (decimal): -3149110 or 13300431. OLE color: 13300431.
HSL color Cylindrical-coordinate representation of color #CFF2CA: hue angle of 112.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF2CA is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 202 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.05 |
| HSL | 112.5º | 0.61% | 0.87% | - |
| HSV(B) | 112.5º | 0.17% | 0.95% | - |
| XYZ | 68.14 | 81.03 | 67.93 | - |
| YUV | 226.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 202 | 0.14 | 0 | 0.17 | 0.05 | 112.5 | 0.61 | 0.87 |
| Hex | CF | F2 | CA | E | 0 | 11 | 5 | 70 | 3D | 57 |
| Octal | 317 | 362 | 312 | 16 | 0 | 21 | 5 | 160 | 75 | 127 |
| Binary | 11001111 | 11110010 | 11001010 | 1110 | 0 | 10001 | 101 | 1110000 | 111101 | 1010111 |
Color Harmonies of #CFF2CA
Complementary color
Monochromatic Colors of #CFF2CA
Black with #CFF2CA
Text Example
Text Example
White with #CFF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2CA; }
p { color: rgb(207,242,202); }
H1.HeaderClassName
{
color: #CFF2CA;
}
.AnyTagClassName
{
color: #CFF2CA;
}
</style>
background-color css
<style>
a { background-color: #CFF2CA; }
a { background-color: rgb(207,242,202); }
div.DivClassName
{
background-color: #CFF2CA;
}
.BgClassName
{
background-color: #CFF2CA;
}
</style>
border-color css
<style>
span { border-color: #CFF2CA; }
span { border-color: rgb(207,242,202); }
td.TdClassName
{
border-color: #CFF2CA;
}
.TagClassName
{
border-color: #CFF2CA;
}
</style>