Shades of Snowy Mint #C6F2C4
Tints of Snowy Mint #C6F2C4
RGB
CMYK
RGB Variations
Color information
#C6F2C4 (or 0xC6F2C4) is known color: Snowy Mint. HEX triplet: C6, F2 and C4. RGB value is (198,242,196). Sum of RGB (Red+Green+Blue) = 198+242+196=636 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.13% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F2C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F2C4 is #390D3B. Grayscale: #DFDFDF. Windows color (decimal): -3738940 or 12907206. OLE color: 12907206.
HSL color Cylindrical-coordinate representation of color #C6F2C4: hue angle of 117.39º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6F2C4 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 196 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.05 |
| HSL | 117.39º | 0.64% | 0.86% | - |
| HSV(B) | 117.39º | 0.19% | 0.95% | - |
| XYZ | 65 | 79.5 | 64.14 | - |
| YUV | 223.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 196 | 0.18 | 0 | 0.19 | 0.05 | 117.39 | 0.64 | 0.86 |
| Hex | C6 | F2 | C4 | 12 | 0 | 13 | 5 | 75 | 40 | 56 |
| Octal | 306 | 362 | 304 | 22 | 0 | 23 | 5 | 165 | 100 | 126 |
| Binary | 11000110 | 11110010 | 11000100 | 10010 | 0 | 10011 | 101 | 1110101 | 1000000 | 1010110 |
Color Harmonies of #C6F2C4
Complementary color
Monochromatic Colors of #C6F2C4
Black with #C6F2C4
Text Example
Text Example
White with #C6F2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F2C4; }
p { color: rgb(198,242,196); }
H1.HeaderClassName
{
color: #C6F2C4;
}
.AnyTagClassName
{
color: #C6F2C4;
}
</style>
background-color css
<style>
a { background-color: #C6F2C4; }
a { background-color: rgb(198,242,196); }
div.DivClassName
{
background-color: #C6F2C4;
}
.BgClassName
{
background-color: #C6F2C4;
}
</style>
border-color css
<style>
span { border-color: #C6F2C4; }
span { border-color: rgb(198,242,196); }
td.TdClassName
{
border-color: #C6F2C4;
}
.TagClassName
{
border-color: #C6F2C4;
}
</style>