Shades of Snowy Mint #C8F8C5
Tints of Snowy Mint #C8F8C5
RGB
CMYK
RGB Variations
Color information
#C8F8C5 (or 0xC8F8C5) is known color: Snowy Mint. HEX triplet: C8, F8 and C5. RGB value is (200,248,197). Sum of RGB (Red+Green+Blue) = 200+248+197=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 197 (77.34% from 255 or 30.54% from 645); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F8C5 is #37073A. Grayscale: #E3E3E3. Windows color (decimal): -3606331 or 12974280. OLE color: 12974280.
HSL color Cylindrical-coordinate representation of color #C8F8C5: hue angle of 116.47º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8F8C5 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
RGB | 200 | 248 | 197 | - |
CMYK | 0.19 | 0 | 0.21 | 0.03 |
HSL | 116.47º | 0.78% | 0.87% | - |
HSV(B) | 116.47º | 0.21% | 0.97% | - |
XYZ | 67.46 | 83.45 | 65.37 | - |
YUV | 227.83 | 110.6 | 108.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 248 | 197 | 0.19 | 0 | 0.21 | 0.03 | 116.47 | 0.78 | 0.87 |
Hex | C8 | F8 | C5 | 13 | 0 | 15 | 3 | 74 | 4E | 57 |
Octal | 310 | 370 | 305 | 23 | 0 | 25 | 3 | 164 | 116 | 127 |
Binary | 11001000 | 11111000 | 11000101 | 10011 | 0 | 10101 | 11 | 1110100 | 1001110 | 1010111 |
Color Harmonies of #C8F8C5
Complementary color
Monochromatic Colors of #C8F8C5
Black with #C8F8C5
Text Example
Text Example
White with #C8F8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8C5; }
p { color: rgb(200,248,197); }
H1.HeaderClassName
{
color: #C8F8C5;
}
.AnyTagClassName
{
color: #C8F8C5;
}
</style>
background-color css
<style>
a { background-color: #C8F8C5; }
a { background-color: rgb(200,248,197); }
div.DivClassName
{
background-color: #C8F8C5;
}
.BgClassName
{
background-color: #C8F8C5;
}
</style>
border-color css
<style>
span { border-color: #C8F8C5; }
span { border-color: rgb(200,248,197); }
td.TdClassName
{
border-color: #C8F8C5;
}
.TagClassName
{
border-color: #C8F8C5;
}
</style>