Shades of Snowy Mint #C8F0C4
Tints of Snowy Mint #C8F0C4
RGB
CMYK
RGB Variations
Color information
#C8F0C4 (or 0xC8F0C4) is known color: Snowy Mint. HEX triplet: C8, F0 and C4. RGB value is (200,240,196). Sum of RGB (Red+Green+Blue) = 200+240+196=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F0C4 is #370F3B. Grayscale: #DFDFDF. Windows color (decimal): -3608380 or 12906696. OLE color: 12906696.
HSL color Cylindrical-coordinate representation of color #C8F0C4: hue angle of 114.55º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8F0C4 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 196 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.06 |
| HSL | 114.55º | 0.59% | 0.85% | - |
| HSV(B) | 114.55º | 0.18% | 0.94% | - |
| XYZ | 64.94 | 78.59 | 63.97 | - |
| YUV | 223.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 196 | 0.17 | 0 | 0.18 | 0.06 | 114.55 | 0.59 | 0.85 |
| Hex | C8 | F0 | C4 | 11 | 0 | 12 | 6 | 73 | 3B | 55 |
| Octal | 310 | 360 | 304 | 21 | 0 | 22 | 6 | 163 | 73 | 125 |
| Binary | 11001000 | 11110000 | 11000100 | 10001 | 0 | 10010 | 110 | 1110011 | 111011 | 1010101 |
Color Harmonies of #C8F0C4
Complementary color
Monochromatic Colors of #C8F0C4
Black with #C8F0C4
Text Example
Text Example
White with #C8F0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F0C4; }
p { color: rgb(200,240,196); }
H1.HeaderClassName
{
color: #C8F0C4;
}
.AnyTagClassName
{
color: #C8F0C4;
}
</style>
background-color css
<style>
a { background-color: #C8F0C4; }
a { background-color: rgb(200,240,196); }
div.DivClassName
{
background-color: #C8F0C4;
}
.BgClassName
{
background-color: #C8F0C4;
}
</style>
border-color css
<style>
span { border-color: #C8F0C4; }
span { border-color: rgb(200,240,196); }
td.TdClassName
{
border-color: #C8F0C4;
}
.TagClassName
{
border-color: #C8F0C4;
}
</style>