Shades of Mint Tulip #C2EEDB
Tints of Mint Tulip #C2EEDB
RGB
CMYK
RGB Variations
Color information
#C2EEDB (or 0xC2EEDB) is known color: Mint Tulip. HEX triplet: C2, EE and DB. RGB value is (194,238,219). Sum of RGB (Red+Green+Blue) = 194+238+219=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EEDB is #3D1124. Grayscale: #DEDEDE. Windows color (decimal): -4002085 or 14413506. OLE color: 14413506.
HSL color Cylindrical-coordinate representation of color #C2EEDB: hue angle of 154.09º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EEDB is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 219 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.07 |
| HSL | 154.09º | 0.56% | 0.85% | - |
| HSV(B) | 154.09º | 0.18% | 0.93% | - |
| XYZ | 65.61 | 77.73 | 78.56 | - |
| YUV | 222.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 219 | 0.18 | 0 | 0.08 | 0.07 | 154.09 | 0.56 | 0.85 |
| Hex | C2 | EE | DB | 12 | 0 | 8 | 7 | 9A | 38 | 55 |
| Octal | 302 | 356 | 333 | 22 | 0 | 10 | 7 | 232 | 70 | 125 |
| Binary | 11000010 | 11101110 | 11011011 | 10010 | 0 | 1000 | 111 | 10011010 | 111000 | 1010101 |
Color Harmonies of #C2EEDB
Complementary color
Monochromatic Colors of #C2EEDB
Black with #C2EEDB
Text Example
Text Example
White with #C2EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EEDB; }
p { color: rgb(194,238,219); }
H1.HeaderClassName
{
color: #C2EEDB;
}
.AnyTagClassName
{
color: #C2EEDB;
}
</style>
background-color css
<style>
a { background-color: #C2EEDB; }
a { background-color: rgb(194,238,219); }
div.DivClassName
{
background-color: #C2EEDB;
}
.BgClassName
{
background-color: #C2EEDB;
}
</style>
border-color css
<style>
span { border-color: #C2EEDB; }
span { border-color: rgb(194,238,219); }
td.TdClassName
{
border-color: #C2EEDB;
}
.TagClassName
{
border-color: #C2EEDB;
}
</style>