Shades of Mint Tulip #C0EADB
Tints of Mint Tulip #C0EADB
RGB
CMYK
RGB Variations
Color information
#C0EADB (or 0xC0EADB) is known color: Mint Tulip. HEX triplet: C0, EA and DB. RGB value is (192,234,219). Sum of RGB (Red+Green+Blue) = 192+234+219=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EADB is #3F1524. Grayscale: #DBDBDB. Windows color (decimal): -4134181 or 14412480. OLE color: 14412480.
HSL color Cylindrical-coordinate representation of color #C0EADB: hue angle of 158.57º 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 #C0EADB is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 192 | 234 | 219 | - |
CMYK | 0.18 | 0 | 0.06 | 0.08 |
HSL | 158.57º | 0.5% | 0.84% | - |
HSV(B) | 158.57º | 0.18% | 0.92% | - |
XYZ | 63.95 | 75.17 | 78.16 | - |
YUV | 219.73 | 127.59 | 108.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 234 | 219 | 0.18 | 0 | 0.06 | 0.08 | 158.57 | 0.5 | 0.84 |
Hex | C0 | EA | DB | 12 | 0 | 6 | 8 | 9F | 32 | 54 |
Octal | 300 | 352 | 333 | 22 | 0 | 6 | 10 | 237 | 62 | 124 |
Binary | 11000000 | 11101010 | 11011011 | 10010 | 0 | 110 | 1000 | 10011111 | 110010 | 1010100 |
Color Harmonies of #C0EADB
Complementary color
Monochromatic Colors of #C0EADB
Black with #C0EADB
Text Example
Text Example
White with #C0EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EADB; }
p { color: rgb(192,234,219); }
H1.HeaderClassName
{
color: #C0EADB;
}
.AnyTagClassName
{
color: #C0EADB;
}
</style>
background-color css
<style>
a { background-color: #C0EADB; }
a { background-color: rgb(192,234,219); }
div.DivClassName
{
background-color: #C0EADB;
}
.BgClassName
{
background-color: #C0EADB;
}
</style>
border-color css
<style>
span { border-color: #C0EADB; }
span { border-color: rgb(192,234,219); }
td.TdClassName
{
border-color: #C0EADB;
}
.TagClassName
{
border-color: #C0EADB;
}
</style>