Shades of Mint Tulip #C2EADB
Tints of Mint Tulip #C2EADB
RGB
CMYK
RGB Variations
Color information
#C2EADB (or 0xC2EADB) is known color: Mint Tulip. HEX triplet: C2, EA and DB. RGB value is (194,234,219). Sum of RGB (Red+Green+Blue) = 194+234+219=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EADB is #3D1524. Grayscale: #DCDCDC. Windows color (decimal): -4003109 or 14412482. OLE color: 14412482.
HSL color Cylindrical-coordinate representation of color #C2EADB: hue angle of 157.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EADB is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 219 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.08 |
| HSL | 157.5º | 0.49% | 0.84% | - |
| HSV(B) | 157.5º | 0.17% | 0.92% | - |
| XYZ | 64.46 | 75.43 | 78.18 | - |
| YUV | 220.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 219 | 0.17 | 0 | 0.06 | 0.08 | 157.5 | 0.49 | 0.84 |
| Hex | C2 | EA | DB | 11 | 0 | 6 | 8 | 9E | 31 | 54 |
| Octal | 302 | 352 | 333 | 21 | 0 | 6 | 10 | 236 | 61 | 124 |
| Binary | 11000010 | 11101010 | 11011011 | 10001 | 0 | 110 | 1000 | 10011110 | 110001 | 1010100 |
Color Harmonies of #C2EADB
Complementary color
Monochromatic Colors of #C2EADB
Black with #C2EADB
Text Example
Text Example
White with #C2EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EADB; }
p { color: rgb(194,234,219); }
H1.HeaderClassName
{
color: #C2EADB;
}
.AnyTagClassName
{
color: #C2EADB;
}
</style>
background-color css
<style>
a { background-color: #C2EADB; }
a { background-color: rgb(194,234,219); }
div.DivClassName
{
background-color: #C2EADB;
}
.BgClassName
{
background-color: #C2EADB;
}
</style>
border-color css
<style>
span { border-color: #C2EADB; }
span { border-color: rgb(194,234,219); }
td.TdClassName
{
border-color: #C2EADB;
}
.TagClassName
{
border-color: #C2EADB;
}
</style>