Shades of Mint Tulip #C5EEE1
Tints of Mint Tulip #C5EEE1
RGB
CMYK
RGB Variations
Color information
#C5EEE1 (or 0xC5EEE1) is known color: Mint Tulip. HEX triplet: C5, EE and E1. RGB value is (197,238,225). Sum of RGB (Red+Green+Blue) = 197+238+225=660 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.85% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EEE1 is #3A111E. Grayscale: #E0E0E0. Windows color (decimal): -3805471 or 14806725. OLE color: 14806725.
HSL color Cylindrical-coordinate representation of color #C5EEE1: hue angle of 160.98º 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 #C5EEE1 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 238 | 225 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.07 |
| HSL | 160.98º | 0.55% | 0.85% | - |
| HSV(B) | 160.98º | 0.17% | 0.93% | - |
| XYZ | 67.19 | 78.46 | 82.84 | - |
| YUV | 224.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 225 | 0.17 | 0 | 0.05 | 0.07 | 160.98 | 0.55 | 0.85 |
| Hex | C5 | EE | E1 | 11 | 0 | 5 | 7 | A1 | 37 | 55 |
| Octal | 305 | 356 | 341 | 21 | 0 | 5 | 7 | 241 | 67 | 125 |
| Binary | 11000101 | 11101110 | 11100001 | 10001 | 0 | 101 | 111 | 10100001 | 110111 | 1010101 |
Color Harmonies of #C5EEE1
Complementary color
Monochromatic Colors of #C5EEE1
Black with #C5EEE1
Text Example
Text Example
White with #C5EEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEE1; }
p { color: rgb(197,238,225); }
H1.HeaderClassName
{
color: #C5EEE1;
}
.AnyTagClassName
{
color: #C5EEE1;
}
</style>
background-color css
<style>
a { background-color: #C5EEE1; }
a { background-color: rgb(197,238,225); }
div.DivClassName
{
background-color: #C5EEE1;
}
.BgClassName
{
background-color: #C5EEE1;
}
</style>
border-color css
<style>
span { border-color: #C5EEE1; }
span { border-color: rgb(197,238,225); }
td.TdClassName
{
border-color: #C5EEE1;
}
.TagClassName
{
border-color: #C5EEE1;
}
</style>