Shades of Snowy Mint #CAFFC5
Tints of Snowy Mint #CAFFC5
RGB
CMYK
RGB Variations
Color information
#CAFFC5 (or 0xCAFFC5) is known color: Snowy Mint. HEX triplet: CA, FF and C5. RGB value is (202,255,197). Sum of RGB (Red+Green+Blue) = 202+255+197=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC5 is #35003A. Grayscale: #E8E8E8. Windows color (decimal): -3473467 or 12976074. OLE color: 12976074.
HSL color Cylindrical-coordinate representation of color #CAFFC5: hue angle of 114.83º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAFFC5 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 197 | - |
| CMYK | 0.21 | 0 | 0.23 | 0 |
| HSL | 114.83º | 1% | 0.89% | - |
| HSV(B) | 114.83º | 0.23% | 1% | - |
| XYZ | 70.2 | 88.11 | 66.13 | - |
| YUV | 232.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 197 | 0.21 | 0 | 0.23 | 0 | 114.83 | 1 | 0.89 |
| Hex | CA | FF | C5 | 15 | 0 | 17 | 0 | 73 | 64 | 59 |
| Octal | 312 | 377 | 305 | 25 | 0 | 27 | 0 | 163 | 144 | 131 |
| Binary | 11001010 | 11111111 | 11000101 | 10101 | 0 | 10111 | 0 | 1110011 | 1100100 | 1011001 |
Color Harmonies of #CAFFC5
Complementary color
Monochromatic Colors of #CAFFC5
Black with #CAFFC5
Text Example
Text Example
White with #CAFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFC5; }
p { color: rgb(202,255,197); }
H1.HeaderClassName
{
color: #CAFFC5;
}
.AnyTagClassName
{
color: #CAFFC5;
}
</style>
background-color css
<style>
a { background-color: #CAFFC5; }
a { background-color: rgb(202,255,197); }
div.DivClassName
{
background-color: #CAFFC5;
}
.BgClassName
{
background-color: #CAFFC5;
}
</style>
border-color css
<style>
span { border-color: #CAFFC5; }
span { border-color: rgb(202,255,197); }
td.TdClassName
{
border-color: #CAFFC5;
}
.TagClassName
{
border-color: #CAFFC5;
}
</style>