Shades of Mint Tulip #C5EFDE
Tints of Mint Tulip #C5EFDE
RGB
CMYK
RGB Variations
Color information
#C5EFDE (or 0xC5EFDE) is known color: Mint Tulip. HEX triplet: C5, EF and DE. RGB value is (197,239,222). Sum of RGB (Red+Green+Blue) = 197+239+222=658 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.94% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFDE is #3A1021. Grayscale: #E0E0E0. Windows color (decimal): -3805218 or 14610373. OLE color: 14610373.
HSL color Cylindrical-coordinate representation of color #C5EFDE: hue angle of 155.71º 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 #C5EFDE is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 222 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.06 |
| HSL | 155.71º | 0.57% | 0.85% | - |
| HSV(B) | 155.71º | 0.18% | 0.94% | - |
| XYZ | 67.08 | 78.88 | 80.8 | - |
| YUV | 224.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 222 | 0.18 | 0 | 0.07 | 0.06 | 155.71 | 0.57 | 0.85 |
| Hex | C5 | EF | DE | 12 | 0 | 7 | 6 | 9C | 39 | 55 |
| Octal | 305 | 357 | 336 | 22 | 0 | 7 | 6 | 234 | 71 | 125 |
| Binary | 11000101 | 11101111 | 11011110 | 10010 | 0 | 111 | 110 | 10011100 | 111001 | 1010101 |
Color Harmonies of #C5EFDE
Complementary color
Monochromatic Colors of #C5EFDE
Black with #C5EFDE
Text Example
Text Example
White with #C5EFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EFDE; }
p { color: rgb(197,239,222); }
H1.HeaderClassName
{
color: #C5EFDE;
}
.AnyTagClassName
{
color: #C5EFDE;
}
</style>
background-color css
<style>
a { background-color: #C5EFDE; }
a { background-color: rgb(197,239,222); }
div.DivClassName
{
background-color: #C5EFDE;
}
.BgClassName
{
background-color: #C5EFDE;
}
</style>
border-color css
<style>
span { border-color: #C5EFDE; }
span { border-color: rgb(197,239,222); }
td.TdClassName
{
border-color: #C5EFDE;
}
.TagClassName
{
border-color: #C5EFDE;
}
</style>