Shades of Snowy Mint #C7EEC5
Tints of Snowy Mint #C7EEC5
RGB
CMYK
RGB Variations
Color information
#C7EEC5 (or 0xC7EEC5) is known color: Snowy Mint. HEX triplet: C7, EE and C5. RGB value is (199,238,197). Sum of RGB (Red+Green+Blue) = 199+238+197=634 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.39% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #C7EEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EEC5 is #38113A. Grayscale: #DDDDDD. Windows color (decimal): -3674427 or 12971719. OLE color: 12971719.
HSL color Cylindrical-coordinate representation of color #C7EEC5: hue angle of 117.07º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7EEC5 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 238 | 197 | - |
CMYK | 0.16 | 0 | 0.17 | 0.07 |
HSL | 117.07º | 0.55% | 0.85% | - |
HSV(B) | 117.07º | 0.17% | 0.93% | - |
XYZ | 64.21 | 77.32 | 64.36 | - |
YUV | 221.67 | 114.08 | 111.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 238 | 197 | 0.16 | 0 | 0.17 | 0.07 | 117.07 | 0.55 | 0.85 |
Hex | C7 | EE | C5 | 10 | 0 | 11 | 7 | 75 | 37 | 55 |
Octal | 307 | 356 | 305 | 20 | 0 | 21 | 7 | 165 | 67 | 125 |
Binary | 11000111 | 11101110 | 11000101 | 10000 | 0 | 10001 | 111 | 1110101 | 110111 | 1010101 |
Color Harmonies of #C7EEC5
Complementary color
Monochromatic Colors of #C7EEC5
Black with #C7EEC5
Text Example
Text Example
White with #C7EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EEC5; }
p { color: rgb(199,238,197); }
H1.HeaderClassName
{
color: #C7EEC5;
}
.AnyTagClassName
{
color: #C7EEC5;
}
</style>
background-color css
<style>
a { background-color: #C7EEC5; }
a { background-color: rgb(199,238,197); }
div.DivClassName
{
background-color: #C7EEC5;
}
.BgClassName
{
background-color: #C7EEC5;
}
</style>
border-color css
<style>
span { border-color: #C7EEC5; }
span { border-color: rgb(199,238,197); }
td.TdClassName
{
border-color: #C7EEC5;
}
.TagClassName
{
border-color: #C7EEC5;
}
</style>