Shades of Mint Tulip #C2EADF
Tints of Mint Tulip #C2EADF
RGB
CMYK
RGB Variations
Color information
#C2EADF (or 0xC2EADF) is known color: Mint Tulip. HEX triplet: C2, EA and DF. RGB value is (194,234,223). Sum of RGB (Red+Green+Blue) = 194+234+223=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EADF is #3D1520. Grayscale: #DCDCDC. Windows color (decimal): -4003105 or 14674626. OLE color: 14674626.
HSL color Cylindrical-coordinate representation of color #C2EADF: hue angle of 163.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EADF is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 223 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.08 |
| HSL | 163.5º | 0.49% | 0.84% | - |
| HSV(B) | 163.5º | 0.17% | 0.92% | - |
| XYZ | 64.99 | 75.64 | 80.99 | - |
| YUV | 220.79 | 129.25 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 223 | 0.17 | 0 | 0.05 | 0.08 | 163.5 | 0.49 | 0.84 |
| Hex | C2 | EA | DF | 11 | 0 | 5 | 8 | A4 | 31 | 54 |
| Octal | 302 | 352 | 337 | 21 | 0 | 5 | 10 | 244 | 61 | 124 |
| Binary | 11000010 | 11101010 | 11011111 | 10001 | 0 | 101 | 1000 | 10100100 | 110001 | 1010100 |
Color Harmonies of #C2EADF
Complementary color
Monochromatic Colors of #C2EADF
Black with #C2EADF
Text Example
Text Example
White with #C2EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EADF; }
p { color: rgb(194,234,223); }
H1.HeaderClassName
{
color: #C2EADF;
}
.AnyTagClassName
{
color: #C2EADF;
}
</style>
background-color css
<style>
a { background-color: #C2EADF; }
a { background-color: rgb(194,234,223); }
div.DivClassName
{
background-color: #C2EADF;
}
.BgClassName
{
background-color: #C2EADF;
}
</style>
border-color css
<style>
span { border-color: #C2EADF; }
span { border-color: rgb(194,234,223); }
td.TdClassName
{
border-color: #C2EADF;
}
.TagClassName
{
border-color: #C2EADF;
}
</style>