Shades of Mint Tulip #C5EFDC
Tints of Mint Tulip #C5EFDC
RGB
CMYK
RGB Variations
Color information
#C5EFDC (or 0xC5EFDC) is known color: Mint Tulip. HEX triplet: C5, EF and DC. RGB value is (197,239,220). Sum of RGB (Red+Green+Blue) = 197+239+220=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFDC is #3A1023. Grayscale: #E0E0E0. Windows color (decimal): -3805220 or 14479301. OLE color: 14479301.
HSL color Cylindrical-coordinate representation of color #C5EFDC: hue angle of 152.86º 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 #C5EFDC is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 220 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.06 |
| HSL | 152.86º | 0.57% | 0.85% | - |
| HSV(B) | 152.86º | 0.18% | 0.94% | - |
| XYZ | 66.81 | 78.77 | 79.39 | - |
| YUV | 224.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 220 | 0.18 | 0 | 0.08 | 0.06 | 152.86 | 0.57 | 0.85 |
| Hex | C5 | EF | DC | 12 | 0 | 8 | 6 | 99 | 39 | 55 |
| Octal | 305 | 357 | 334 | 22 | 0 | 10 | 6 | 231 | 71 | 125 |
| Binary | 11000101 | 11101111 | 11011100 | 10010 | 0 | 1000 | 110 | 10011001 | 111001 | 1010101 |
Color Harmonies of #C5EFDC
Complementary color
Monochromatic Colors of #C5EFDC
Black with #C5EFDC
Text Example
Text Example
White with #C5EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EFDC; }
p { color: rgb(197,239,220); }
H1.HeaderClassName
{
color: #C5EFDC;
}
.AnyTagClassName
{
color: #C5EFDC;
}
</style>
background-color css
<style>
a { background-color: #C5EFDC; }
a { background-color: rgb(197,239,220); }
div.DivClassName
{
background-color: #C5EFDC;
}
.BgClassName
{
background-color: #C5EFDC;
}
</style>
border-color css
<style>
span { border-color: #C5EFDC; }
span { border-color: rgb(197,239,220); }
td.TdClassName
{
border-color: #C5EFDC;
}
.TagClassName
{
border-color: #C5EFDC;
}
</style>