Shades of Mint Tulip #C6EBDB
Tints of Mint Tulip #C6EBDB
RGB
CMYK
RGB Variations
Color information
#C6EBDB (or 0xC6EBDB) is known color: Mint Tulip. HEX triplet: C6, EB and DB. RGB value is (198,235,219). Sum of RGB (Red+Green+Blue) = 198+235+219=652 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.37% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EBDB is #391424. Grayscale: #DEDEDE. Windows color (decimal): -3740709 or 14412742. OLE color: 14412742.
HSL color Cylindrical-coordinate representation of color #C6EBDB: hue angle of 154.05º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6EBDB is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 219 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.08 |
| HSL | 154.05º | 0.48% | 0.85% | - |
| HSV(B) | 154.05º | 0.16% | 0.92% | - |
| XYZ | 65.78 | 76.54 | 78.32 | - |
| YUV | 222.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 219 | 0.16 | 0 | 0.07 | 0.08 | 154.05 | 0.48 | 0.85 |
| Hex | C6 | EB | DB | 10 | 0 | 7 | 8 | 9A | 30 | 55 |
| Octal | 306 | 353 | 333 | 20 | 0 | 7 | 10 | 232 | 60 | 125 |
| Binary | 11000110 | 11101011 | 11011011 | 10000 | 0 | 111 | 1000 | 10011010 | 110000 | 1010101 |
Color Harmonies of #C6EBDB
Complementary color
Monochromatic Colors of #C6EBDB
Black with #C6EBDB
Text Example
Text Example
White with #C6EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EBDB; }
p { color: rgb(198,235,219); }
H1.HeaderClassName
{
color: #C6EBDB;
}
.AnyTagClassName
{
color: #C6EBDB;
}
</style>
background-color css
<style>
a { background-color: #C6EBDB; }
a { background-color: rgb(198,235,219); }
div.DivClassName
{
background-color: #C6EBDB;
}
.BgClassName
{
background-color: #C6EBDB;
}
</style>
border-color css
<style>
span { border-color: #C6EBDB; }
span { border-color: rgb(198,235,219); }
td.TdClassName
{
border-color: #C6EBDB;
}
.TagClassName
{
border-color: #C6EBDB;
}
</style>