Shades of Snowy Mint #CAFFC6
Tints of Snowy Mint #CAFFC6
RGB
CMYK
RGB Variations
Color information
#CAFFC6 (or 0xCAFFC6) is known color: Snowy Mint. HEX triplet: CA, FF and C6. RGB value is (202,255,198). Sum of RGB (Red+Green+Blue) = 202+255+198=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC6 is #350039. Grayscale: #E8E8E8. Windows color (decimal): -3473466 or 13041610. OLE color: 13041610.
HSL color Cylindrical-coordinate representation of color #CAFFC6: hue angle of 115.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAFFC6 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 198 | - |
| CMYK | 0.21 | 0 | 0.22 | 0 |
| HSL | 115.79º | 1% | 0.89% | - |
| HSV(B) | 115.79º | 0.22% | 1% | - |
| XYZ | 70.31 | 88.15 | 66.74 | - |
| YUV | 232.66 | 108.44 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 198 | 0.21 | 0 | 0.22 | 0 | 115.79 | 1 | 0.89 |
| Hex | CA | FF | C6 | 15 | 0 | 16 | 0 | 74 | 64 | 59 |
| Octal | 312 | 377 | 306 | 25 | 0 | 26 | 0 | 164 | 144 | 131 |
| Binary | 11001010 | 11111111 | 11000110 | 10101 | 0 | 10110 | 0 | 1110100 | 1100100 | 1011001 |
Color Harmonies of #CAFFC6
Complementary color
Monochromatic Colors of #CAFFC6
Black with #CAFFC6
Text Example
Text Example
White with #CAFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFC6; }
p { color: rgb(202,255,198); }
H1.HeaderClassName
{
color: #CAFFC6;
}
.AnyTagClassName
{
color: #CAFFC6;
}
</style>
background-color css
<style>
a { background-color: #CAFFC6; }
a { background-color: rgb(202,255,198); }
div.DivClassName
{
background-color: #CAFFC6;
}
.BgClassName
{
background-color: #CAFFC6;
}
</style>
border-color css
<style>
span { border-color: #CAFFC6; }
span { border-color: rgb(202,255,198); }
td.TdClassName
{
border-color: #CAFFC6;
}
.TagClassName
{
border-color: #CAFFC6;
}
</style>