Shades of Mint Tulip #C1EBDA
Tints of Mint Tulip #C1EBDA
RGB
CMYK
RGB Variations
Color information
#C1EBDA (or 0xC1EBDA) is known color: Mint Tulip. HEX triplet: C1, EB and DA. RGB value is (193,235,218). Sum of RGB (Red+Green+Blue) = 193+235+218=646 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.88% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBDA is #3E1425. Grayscale: #DCDCDC. Windows color (decimal): -4068390 or 14347201. OLE color: 14347201.
HSL color Cylindrical-coordinate representation of color #C1EBDA: hue angle of 155.71º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1EBDA is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 218 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.08 |
| HSL | 155.71º | 0.51% | 0.84% | - |
| HSV(B) | 155.71º | 0.18% | 0.92% | - |
| XYZ | 64.36 | 75.82 | 77.57 | - |
| YUV | 220.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 218 | 0.18 | 0 | 0.07 | 0.08 | 155.71 | 0.51 | 0.84 |
| Hex | C1 | EB | DA | 12 | 0 | 7 | 8 | 9C | 33 | 54 |
| Octal | 301 | 353 | 332 | 22 | 0 | 7 | 10 | 234 | 63 | 124 |
| Binary | 11000001 | 11101011 | 11011010 | 10010 | 0 | 111 | 1000 | 10011100 | 110011 | 1010100 |
Color Harmonies of #C1EBDA
Complementary color
Monochromatic Colors of #C1EBDA
Black with #C1EBDA
Text Example
Text Example
White with #C1EBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EBDA; }
p { color: rgb(193,235,218); }
H1.HeaderClassName
{
color: #C1EBDA;
}
.AnyTagClassName
{
color: #C1EBDA;
}
</style>
background-color css
<style>
a { background-color: #C1EBDA; }
a { background-color: rgb(193,235,218); }
div.DivClassName
{
background-color: #C1EBDA;
}
.BgClassName
{
background-color: #C1EBDA;
}
</style>
border-color css
<style>
span { border-color: #C1EBDA; }
span { border-color: rgb(193,235,218); }
td.TdClassName
{
border-color: #C1EBDA;
}
.TagClassName
{
border-color: #C1EBDA;
}
</style>