Shades of Mint Tulip #C5EFDD
Tints of Mint Tulip #C5EFDD
RGB
CMYK
RGB Variations
Color information
#C5EFDD (or 0xC5EFDD) is known color: Mint Tulip. HEX triplet: C5, EF and DD. RGB value is (197,239,221). Sum of RGB (Red+Green+Blue) = 197+239+221=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFDD is #3A1022. Grayscale: #E0E0E0. Windows color (decimal): -3805219 or 14544837. OLE color: 14544837.
HSL color Cylindrical-coordinate representation of color #C5EFDD: hue angle of 154.29º degrees, saturation: 0.57, 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 #C5EFDD is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 221 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.06 |
| HSL | 154.29º | 0.57% | 0.85% | - |
| HSV(B) | 154.29º | 0.18% | 0.94% | - |
| XYZ | 66.94 | 78.82 | 80.09 | - |
| YUV | 224.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 221 | 0.18 | 0 | 0.08 | 0.06 | 154.29 | 0.57 | 0.85 |
| Hex | C5 | EF | DD | 12 | 0 | 8 | 6 | 9A | 39 | 55 |
| Octal | 305 | 357 | 335 | 22 | 0 | 10 | 6 | 232 | 71 | 125 |
| Binary | 11000101 | 11101111 | 11011101 | 10010 | 0 | 1000 | 110 | 10011010 | 111001 | 1010101 |
Color Harmonies of #C5EFDD
Complementary color
Monochromatic Colors of #C5EFDD
Black with #C5EFDD
Text Example
Text Example
White with #C5EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EFDD; }
p { color: rgb(197,239,221); }
H1.HeaderClassName
{
color: #C5EFDD;
}
.AnyTagClassName
{
color: #C5EFDD;
}
</style>
background-color css
<style>
a { background-color: #C5EFDD; }
a { background-color: rgb(197,239,221); }
div.DivClassName
{
background-color: #C5EFDD;
}
.BgClassName
{
background-color: #C5EFDD;
}
</style>
border-color css
<style>
span { border-color: #C5EFDD; }
span { border-color: rgb(197,239,221); }
td.TdClassName
{
border-color: #C5EFDD;
}
.TagClassName
{
border-color: #C5EFDD;
}
</style>