Shades of Snowy Mint #CAFBC6
Tints of Snowy Mint #CAFBC6
RGB
CMYK
RGB Variations
Color information
#CAFBC6 (or 0xCAFBC6) is known color: Snowy Mint. HEX triplet: CA, FB and C6. RGB value is (202,251,198). Sum of RGB (Red+Green+Blue) = 202+251+198=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 198 (77.73% from 255 or 30.41% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBC6 is #350439. Grayscale: #E6E6E6. Windows color (decimal): -3474490 or 13040586. OLE color: 13040586.
HSL color Cylindrical-coordinate representation of color #CAFBC6: hue angle of 115.47º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFBC6 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 198 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.02 |
| HSL | 115.47º | 0.87% | 0.88% | - |
| HSV(B) | 115.47º | 0.21% | 0.98% | - |
| XYZ | 69.05 | 85.63 | 66.31 | - |
| YUV | 230.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 198 | 0.20 | 0 | 0.21 | 0.02 | 115.47 | 0.87 | 0.88 |
| Hex | CA | FB | C6 | 14 | 0 | 15 | 2 | 73 | 57 | 58 |
| Octal | 312 | 373 | 306 | 24 | 0 | 25 | 2 | 163 | 127 | 130 |
| Binary | 11001010 | 11111011 | 11000110 | 10100 | 0 | 10101 | 10 | 1110011 | 1010111 | 1011000 |
Color Harmonies of #CAFBC6
Complementary color
Monochromatic Colors of #CAFBC6
Black with #CAFBC6
Text Example
Text Example
White with #CAFBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBC6; }
p { color: rgb(202,251,198); }
H1.HeaderClassName
{
color: #CAFBC6;
}
.AnyTagClassName
{
color: #CAFBC6;
}
</style>
background-color css
<style>
a { background-color: #CAFBC6; }
a { background-color: rgb(202,251,198); }
div.DivClassName
{
background-color: #CAFBC6;
}
.BgClassName
{
background-color: #CAFBC6;
}
</style>
border-color css
<style>
span { border-color: #CAFBC6; }
span { border-color: rgb(202,251,198); }
td.TdClassName
{
border-color: #CAFBC6;
}
.TagClassName
{
border-color: #CAFBC6;
}
</style>