Shades of Mint Tulip #C5EDE1
Tints of Mint Tulip #C5EDE1
RGB
CMYK
RGB Variations
Color information
#C5EDE1 (or 0xC5EDE1) is known color: Mint Tulip. HEX triplet: C5, ED and E1. RGB value is (197,237,225). Sum of RGB (Red+Green+Blue) = 197+237+225=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDE1 is #3A121E. Grayscale: #DFDFDF. Windows color (decimal): -3805727 or 14806469. OLE color: 14806469.
HSL color Cylindrical-coordinate representation of color #C5EDE1: hue angle of 162º degrees, saturation: 0.53, 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 #C5EDE1 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 225 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.07 |
| HSL | 162º | 0.53% | 0.85% | - |
| HSV(B) | 162º | 0.17% | 0.93% | - |
| XYZ | 66.9 | 77.87 | 82.74 | - |
| YUV | 223.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 225 | 0.17 | 0 | 0.05 | 0.07 | 162 | 0.53 | 0.85 |
| Hex | C5 | ED | E1 | 11 | 0 | 5 | 7 | A2 | 35 | 55 |
| Octal | 305 | 355 | 341 | 21 | 0 | 5 | 7 | 242 | 65 | 125 |
| Binary | 11000101 | 11101101 | 11100001 | 10001 | 0 | 101 | 111 | 10100010 | 110101 | 1010101 |
Color Harmonies of #C5EDE1
Complementary color
Monochromatic Colors of #C5EDE1
Black with #C5EDE1
Text Example
Text Example
White with #C5EDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EDE1; }
p { color: rgb(197,237,225); }
H1.HeaderClassName
{
color: #C5EDE1;
}
.AnyTagClassName
{
color: #C5EDE1;
}
</style>
background-color css
<style>
a { background-color: #C5EDE1; }
a { background-color: rgb(197,237,225); }
div.DivClassName
{
background-color: #C5EDE1;
}
.BgClassName
{
background-color: #C5EDE1;
}
</style>
border-color css
<style>
span { border-color: #C5EDE1; }
span { border-color: rgb(197,237,225); }
td.TdClassName
{
border-color: #C5EDE1;
}
.TagClassName
{
border-color: #C5EDE1;
}
</style>