Shades of Mint Tulip #C4EBDB
Tints of Mint Tulip #C4EBDB
RGB
CMYK
RGB Variations
Color information
#C4EBDB (or 0xC4EBDB) is known color: Mint Tulip. HEX triplet: C4, EB and DB. RGB value is (196,235,219). Sum of RGB (Red+Green+Blue) = 196+235+219=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #C4EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EBDB is #3B1424. Grayscale: #DDDDDD. Windows color (decimal): -3871781 or 14412740. OLE color: 14412740.
HSL color Cylindrical-coordinate representation of color #C4EBDB: hue angle of 155.38º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4EBDB is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 235 | 219 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.08 |
| HSL | 155.38º | 0.49% | 0.85% | - |
| HSV(B) | 155.38º | 0.17% | 0.92% | - |
| XYZ | 65.26 | 76.27 | 78.3 | - |
| YUV | 221.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 235 | 219 | 0.17 | 0 | 0.07 | 0.08 | 155.38 | 0.49 | 0.85 |
| Hex | C4 | EB | DB | 11 | 0 | 7 | 8 | 9B | 31 | 55 |
| Octal | 304 | 353 | 333 | 21 | 0 | 7 | 10 | 233 | 61 | 125 |
| Binary | 11000100 | 11101011 | 11011011 | 10001 | 0 | 111 | 1000 | 10011011 | 110001 | 1010101 |
Color Harmonies of #C4EBDB
Complementary color
Monochromatic Colors of #C4EBDB
Black with #C4EBDB
Text Example
Text Example
White with #C4EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EBDB; }
p { color: rgb(196,235,219); }
H1.HeaderClassName
{
color: #C4EBDB;
}
.AnyTagClassName
{
color: #C4EBDB;
}
</style>
background-color css
<style>
a { background-color: #C4EBDB; }
a { background-color: rgb(196,235,219); }
div.DivClassName
{
background-color: #C4EBDB;
}
.BgClassName
{
background-color: #C4EBDB;
}
</style>
border-color css
<style>
span { border-color: #C4EBDB; }
span { border-color: rgb(196,235,219); }
td.TdClassName
{
border-color: #C4EBDB;
}
.TagClassName
{
border-color: #C4EBDB;
}
</style>