Shades of Mint Tulip #C1EDE1
Tints of Mint Tulip #C1EDE1
RGB
CMYK
RGB Variations
Color information
#C1EDE1 (or 0xC1EDE1) is known color: Mint Tulip. HEX triplet: C1, ED and E1. RGB value is (193,237,225). Sum of RGB (Red+Green+Blue) = 193+237+225=655 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.47% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EDE1 is #3E121E. Grayscale: #DEDEDE. Windows color (decimal): -4067871 or 14806465. OLE color: 14806465.
HSL color Cylindrical-coordinate representation of color #C1EDE1: hue angle of 163.64º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EDE1 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 225 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.07 |
| HSL | 163.64º | 0.55% | 0.84% | - |
| HSV(B) | 163.64º | 0.19% | 0.93% | - |
| XYZ | 65.87 | 77.34 | 82.69 | - |
| YUV | 222.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 225 | 0.19 | 0 | 0.05 | 0.07 | 163.64 | 0.55 | 0.84 |
| Hex | C1 | ED | E1 | 13 | 0 | 5 | 7 | A4 | 37 | 54 |
| Octal | 301 | 355 | 341 | 23 | 0 | 5 | 7 | 244 | 67 | 124 |
| Binary | 11000001 | 11101101 | 11100001 | 10011 | 0 | 101 | 111 | 10100100 | 110111 | 1010100 |
Color Harmonies of #C1EDE1
Complementary color
Monochromatic Colors of #C1EDE1
Black with #C1EDE1
Text Example
Text Example
White with #C1EDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EDE1; }
p { color: rgb(193,237,225); }
H1.HeaderClassName
{
color: #C1EDE1;
}
.AnyTagClassName
{
color: #C1EDE1;
}
</style>
background-color css
<style>
a { background-color: #C1EDE1; }
a { background-color: rgb(193,237,225); }
div.DivClassName
{
background-color: #C1EDE1;
}
.BgClassName
{
background-color: #C1EDE1;
}
</style>
border-color css
<style>
span { border-color: #C1EDE1; }
span { border-color: rgb(193,237,225); }
td.TdClassName
{
border-color: #C1EDE1;
}
.TagClassName
{
border-color: #C1EDE1;
}
</style>