Shades of Mint Tulip #C0EDDF
Tints of Mint Tulip #C0EDDF
RGB
CMYK
RGB Variations
Color information
#C0EDDF (or 0xC0EDDF) is known color: Mint Tulip. HEX triplet: C0, ED and DF. RGB value is (192,237,223). Sum of RGB (Red+Green+Blue) = 192+237+223=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDDF is #3F1220. Grayscale: #DDDDDD. Windows color (decimal): -4133409 or 14675392. OLE color: 14675392.
HSL color Cylindrical-coordinate representation of color #C0EDDF: hue angle of 161.33º degrees, saturation: 0.56, 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 #C0EDDF is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 223 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.07 |
| HSL | 161.33º | 0.56% | 0.84% | - |
| HSV(B) | 161.33º | 0.19% | 0.93% | - |
| XYZ | 65.34 | 77.1 | 81.25 | - |
| YUV | 221.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 223 | 0.19 | 0 | 0.06 | 0.07 | 161.33 | 0.56 | 0.84 |
| Hex | C0 | ED | DF | 13 | 0 | 6 | 7 | A1 | 38 | 54 |
| Octal | 300 | 355 | 337 | 23 | 0 | 6 | 7 | 241 | 70 | 124 |
| Binary | 11000000 | 11101101 | 11011111 | 10011 | 0 | 110 | 111 | 10100001 | 111000 | 1010100 |
Color Harmonies of #C0EDDF
Complementary color
Monochromatic Colors of #C0EDDF
Black with #C0EDDF
Text Example
Text Example
White with #C0EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDDF; }
p { color: rgb(192,237,223); }
H1.HeaderClassName
{
color: #C0EDDF;
}
.AnyTagClassName
{
color: #C0EDDF;
}
</style>
background-color css
<style>
a { background-color: #C0EDDF; }
a { background-color: rgb(192,237,223); }
div.DivClassName
{
background-color: #C0EDDF;
}
.BgClassName
{
background-color: #C0EDDF;
}
</style>
border-color css
<style>
span { border-color: #C0EDDF; }
span { border-color: rgb(192,237,223); }
td.TdClassName
{
border-color: #C0EDDF;
}
.TagClassName
{
border-color: #C0EDDF;
}
</style>