Shades of Mint Tulip #C0EFDD
Tints of Mint Tulip #C0EFDD
RGB
CMYK
RGB Variations
Color information
#C0EFDD (or 0xC0EFDD) is known color: Mint Tulip. HEX triplet: C0, EF and DD. RGB value is (192,239,221). Sum of RGB (Red+Green+Blue) = 192+239+221=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFDD is #3F1022. Grayscale: #DEDEDE. Windows color (decimal): -4132899 or 14544832. OLE color: 14544832.
HSL color Cylindrical-coordinate representation of color #C0EFDD: hue angle of 157.02º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0EFDD is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 192 | 239 | 221 | - |
CMYK | 0.20 | 0 | 0.08 | 0.06 |
HSL | 157.02º | 0.59% | 0.85% | - |
HSV(B) | 157.02º | 0.2% | 0.94% | - |
XYZ | 65.66 | 78.16 | 80.03 | - |
YUV | 222.9 | 126.93 | 105.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 239 | 221 | 0.20 | 0 | 0.08 | 0.06 | 157.02 | 0.59 | 0.85 |
Hex | C0 | EF | DD | 14 | 0 | 8 | 6 | 9D | 3B | 55 |
Octal | 300 | 357 | 335 | 24 | 0 | 10 | 6 | 235 | 73 | 125 |
Binary | 11000000 | 11101111 | 11011101 | 10100 | 0 | 1000 | 110 | 10011101 | 111011 | 1010101 |
Color Harmonies of #C0EFDD
Complementary color
Monochromatic Colors of #C0EFDD
Black with #C0EFDD
Text Example
Text Example
White with #C0EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EFDD; }
p { color: rgb(192,239,221); }
H1.HeaderClassName
{
color: #C0EFDD;
}
.AnyTagClassName
{
color: #C0EFDD;
}
</style>
background-color css
<style>
a { background-color: #C0EFDD; }
a { background-color: rgb(192,239,221); }
div.DivClassName
{
background-color: #C0EFDD;
}
.BgClassName
{
background-color: #C0EFDD;
}
</style>
border-color css
<style>
span { border-color: #C0EFDD; }
span { border-color: rgb(192,239,221); }
td.TdClassName
{
border-color: #C0EFDD;
}
.TagClassName
{
border-color: #C0EFDD;
}
</style>