Shades of Mint Tulip #C0EDDB
Tints of Mint Tulip #C0EDDB
RGB
CMYK
RGB Variations
Color information
#C0EDDB (or 0xC0EDDB) is known color: Mint Tulip. HEX triplet: C0, ED and DB. RGB value is (192,237,219). Sum of RGB (Red+Green+Blue) = 192+237+219=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDDB is #3F1224. Grayscale: #DDDDDD. Windows color (decimal): -4133413 or 14413248. OLE color: 14413248.
HSL color Cylindrical-coordinate representation of color #C0EDDB: hue angle of 156º 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 #C0EDDB is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 237 | 219 | - |
CMYK | 0.19 | 0 | 0.08 | 0.07 |
HSL | 156º | 0.56% | 0.84% | - |
HSV(B) | 156º | 0.19% | 0.93% | - |
XYZ | 64.81 | 76.89 | 78.44 | - |
YUV | 221.49 | 126.59 | 106.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 237 | 219 | 0.19 | 0 | 0.08 | 0.07 | 156 | 0.56 | 0.84 |
Hex | C0 | ED | DB | 13 | 0 | 8 | 7 | 9C | 38 | 54 |
Octal | 300 | 355 | 333 | 23 | 0 | 10 | 7 | 234 | 70 | 124 |
Binary | 11000000 | 11101101 | 11011011 | 10011 | 0 | 1000 | 111 | 10011100 | 111000 | 1010100 |
Color Harmonies of #C0EDDB
Complementary color
Monochromatic Colors of #C0EDDB
Black with #C0EDDB
Text Example
Text Example
White with #C0EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDDB; }
p { color: rgb(192,237,219); }
H1.HeaderClassName
{
color: #C0EDDB;
}
.AnyTagClassName
{
color: #C0EDDB;
}
</style>
background-color css
<style>
a { background-color: #C0EDDB; }
a { background-color: rgb(192,237,219); }
div.DivClassName
{
background-color: #C0EDDB;
}
.BgClassName
{
background-color: #C0EDDB;
}
</style>
border-color css
<style>
span { border-color: #C0EDDB; }
span { border-color: rgb(192,237,219); }
td.TdClassName
{
border-color: #C0EDDB;
}
.TagClassName
{
border-color: #C0EDDB;
}
</style>