Shades of Snowy Mint #C6FAC3
Tints of Snowy Mint #C6FAC3
RGB
CMYK
RGB Variations
Color information
#C6FAC3 (or 0xC6FAC3) is known color: Snowy Mint. HEX triplet: C6, FA and C3. RGB value is (198,250,195). Sum of RGB (Red+Green+Blue) = 198+250+195=643 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.79% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 195 (76.56% from 255 or 30.33% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FAC3 is #39053C. Grayscale: #E4E4E4. Windows color (decimal): -3736893 or 12843718. OLE color: 12843718.
HSL color Cylindrical-coordinate representation of color #C6FAC3: hue angle of 116.73º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6FAC3 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 250 | 195 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.02 |
| HSL | 116.73º | 0.85% | 0.87% | - |
| HSV(B) | 116.73º | 0.22% | 0.98% | - |
| XYZ | 67.32 | 84.32 | 64.36 | - |
| YUV | 228.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 195 | 0.21 | 0 | 0.22 | 0.02 | 116.73 | 0.85 | 0.87 |
| Hex | C6 | FA | C3 | 15 | 0 | 16 | 2 | 75 | 55 | 57 |
| Octal | 306 | 372 | 303 | 25 | 0 | 26 | 2 | 165 | 125 | 127 |
| Binary | 11000110 | 11111010 | 11000011 | 10101 | 0 | 10110 | 10 | 1110101 | 1010101 | 1010111 |
Color Harmonies of #C6FAC3
Complementary color
Monochromatic Colors of #C6FAC3
Black with #C6FAC3
Text Example
Text Example
White with #C6FAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FAC3; }
p { color: rgb(198,250,195); }
H1.HeaderClassName
{
color: #C6FAC3;
}
.AnyTagClassName
{
color: #C6FAC3;
}
</style>
background-color css
<style>
a { background-color: #C6FAC3; }
a { background-color: rgb(198,250,195); }
div.DivClassName
{
background-color: #C6FAC3;
}
.BgClassName
{
background-color: #C6FAC3;
}
</style>
border-color css
<style>
span { border-color: #C6FAC3; }
span { border-color: rgb(198,250,195); }
td.TdClassName
{
border-color: #C6FAC3;
}
.TagClassName
{
border-color: #C6FAC3;
}
</style>