Shades of Mint Tulip #C0EEDF
Tints of Mint Tulip #C0EEDF
RGB
CMYK
RGB Variations
Color information
#C0EEDF (or 0xC0EEDF) is known color: Mint Tulip. HEX triplet: C0, EE and DF. RGB value is (192,238,223). Sum of RGB (Red+Green+Blue) = 192+238+223=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EEDF is #3F1120. Grayscale: #DEDEDE. Windows color (decimal): -4133153 or 14675648. OLE color: 14675648.
HSL color Cylindrical-coordinate representation of color #C0EEDF: hue angle of 160.43º degrees, saturation: 0.57, 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 #C0EEDF is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 223 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.07 |
| HSL | 160.43º | 0.58% | 0.84% | - |
| HSV(B) | 160.43º | 0.19% | 0.93% | - |
| XYZ | 65.63 | 77.68 | 81.35 | - |
| YUV | 222.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 223 | 0.19 | 0 | 0.06 | 0.07 | 160.43 | 0.58 | 0.84 |
| Hex | C0 | EE | DF | 13 | 0 | 6 | 7 | A0 | 3A | 54 |
| Octal | 300 | 356 | 337 | 23 | 0 | 6 | 7 | 240 | 72 | 124 |
| Binary | 11000000 | 11101110 | 11011111 | 10011 | 0 | 110 | 111 | 10100000 | 111010 | 1010100 |
Color Harmonies of #C0EEDF
Complementary color
Monochromatic Colors of #C0EEDF
Black with #C0EEDF
Text Example
Text Example
White with #C0EEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EEDF; }
p { color: rgb(192,238,223); }
H1.HeaderClassName
{
color: #C0EEDF;
}
.AnyTagClassName
{
color: #C0EEDF;
}
</style>
background-color css
<style>
a { background-color: #C0EEDF; }
a { background-color: rgb(192,238,223); }
div.DivClassName
{
background-color: #C0EEDF;
}
.BgClassName
{
background-color: #C0EEDF;
}
</style>
border-color css
<style>
span { border-color: #C0EEDF; }
span { border-color: rgb(192,238,223); }
td.TdClassName
{
border-color: #C0EEDF;
}
.TagClassName
{
border-color: #C0EEDF;
}
</style>