Shades of Mint Tulip #C0EADA
Tints of Mint Tulip #C0EADA
RGB
CMYK
RGB Variations
Color information
#C0EADA (or 0xC0EADA) is known color: Mint Tulip. HEX triplet: C0, EA and DA. RGB value is (192,234,218). Sum of RGB (Red+Green+Blue) = 192+234+218=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EADA is #3F1525. Grayscale: #DBDBDB. Windows color (decimal): -4134182 or 14346944. OLE color: 14346944.
HSL color Cylindrical-coordinate representation of color #C0EADA: hue angle of 157.14º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EADA is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 218 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.08 |
| HSL | 157.14º | 0.5% | 0.84% | - |
| HSV(B) | 157.14º | 0.18% | 0.92% | - |
| XYZ | 63.82 | 75.11 | 77.46 | - |
| YUV | 219.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 218 | 0.18 | 0 | 0.07 | 0.08 | 157.14 | 0.5 | 0.84 |
| Hex | C0 | EA | DA | 12 | 0 | 7 | 8 | 9D | 32 | 54 |
| Octal | 300 | 352 | 332 | 22 | 0 | 7 | 10 | 235 | 62 | 124 |
| Binary | 11000000 | 11101010 | 11011010 | 10010 | 0 | 111 | 1000 | 10011101 | 110010 | 1010100 |
Color Harmonies of #C0EADA
Complementary color
Monochromatic Colors of #C0EADA
Black with #C0EADA
Text Example
Text Example
White with #C0EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EADA; }
p { color: rgb(192,234,218); }
H1.HeaderClassName
{
color: #C0EADA;
}
.AnyTagClassName
{
color: #C0EADA;
}
</style>
background-color css
<style>
a { background-color: #C0EADA; }
a { background-color: rgb(192,234,218); }
div.DivClassName
{
background-color: #C0EADA;
}
.BgClassName
{
background-color: #C0EADA;
}
</style>
border-color css
<style>
span { border-color: #C0EADA; }
span { border-color: rgb(192,234,218); }
td.TdClassName
{
border-color: #C0EADA;
}
.TagClassName
{
border-color: #C0EADA;
}
</style>