Shades of Snowy Mint #CAF9C5
Tints of Snowy Mint #CAF9C5
RGB
CMYK
RGB Variations
Color information
#CAF9C5 (or 0xCAF9C5) is known color: Snowy Mint. HEX triplet: CA, F9 and C5. RGB value is (202,249,197). Sum of RGB (Red+Green+Blue) = 202+249+197=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 197 (77.34% from 255 or 30.40% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9C5 is #35063A. Grayscale: #E5E5E5. Windows color (decimal): -3475003 or 12974538. OLE color: 12974538.
HSL color Cylindrical-coordinate representation of color #CAF9C5: hue angle of 114.23º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAF9C5 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 197 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.02 |
| HSL | 114.23º | 0.81% | 0.87% | - |
| HSV(B) | 114.23º | 0.21% | 0.98% | - |
| XYZ | 68.31 | 84.34 | 65.5 | - |
| YUV | 229.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 197 | 0.19 | 0 | 0.21 | 0.02 | 114.23 | 0.81 | 0.87 |
| Hex | CA | F9 | C5 | 13 | 0 | 15 | 2 | 72 | 51 | 57 |
| Octal | 312 | 371 | 305 | 23 | 0 | 25 | 2 | 162 | 121 | 127 |
| Binary | 11001010 | 11111001 | 11000101 | 10011 | 0 | 10101 | 10 | 1110010 | 1010001 | 1010111 |
Color Harmonies of #CAF9C5
Complementary color
Monochromatic Colors of #CAF9C5
Black with #CAF9C5
Text Example
Text Example
White with #CAF9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF9C5; }
p { color: rgb(202,249,197); }
H1.HeaderClassName
{
color: #CAF9C5;
}
.AnyTagClassName
{
color: #CAF9C5;
}
</style>
background-color css
<style>
a { background-color: #CAF9C5; }
a { background-color: rgb(202,249,197); }
div.DivClassName
{
background-color: #CAF9C5;
}
.BgClassName
{
background-color: #CAF9C5;
}
</style>
border-color css
<style>
span { border-color: #CAF9C5; }
span { border-color: rgb(202,249,197); }
td.TdClassName
{
border-color: #CAF9C5;
}
.TagClassName
{
border-color: #CAF9C5;
}
</style>