Shades of Mint Tulip #C6EBE1
Tints of Mint Tulip #C6EBE1
RGB
CMYK
RGB Variations
Color information
#C6EBE1 (or 0xC6EBE1) is known color: Mint Tulip. HEX triplet: C6, EB and E1. RGB value is (198,235,225). Sum of RGB (Red+Green+Blue) = 198+235+225=658 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.09% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EBE1 is #39141E. Grayscale: #DEDEDE. Windows color (decimal): -3740703 or 14805958. OLE color: 14805958.
HSL color Cylindrical-coordinate representation of color #C6EBE1: hue angle of 163.78º 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 #C6EBE1 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 225 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.08 |
| HSL | 163.78º | 0.48% | 0.85% | - |
| HSV(B) | 163.78º | 0.16% | 0.92% | - |
| XYZ | 66.59 | 76.86 | 82.56 | - |
| YUV | 222.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 225 | 0.16 | 0 | 0.04 | 0.08 | 163.78 | 0.48 | 0.85 |
| Hex | C6 | EB | E1 | 10 | 0 | 4 | 8 | A4 | 30 | 55 |
| Octal | 306 | 353 | 341 | 20 | 0 | 4 | 10 | 244 | 60 | 125 |
| Binary | 11000110 | 11101011 | 11100001 | 10000 | 0 | 100 | 1000 | 10100100 | 110000 | 1010101 |
Color Harmonies of #C6EBE1
Complementary color
Monochromatic Colors of #C6EBE1
Black with #C6EBE1
Text Example
Text Example
White with #C6EBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EBE1; }
p { color: rgb(198,235,225); }
H1.HeaderClassName
{
color: #C6EBE1;
}
.AnyTagClassName
{
color: #C6EBE1;
}
</style>
background-color css
<style>
a { background-color: #C6EBE1; }
a { background-color: rgb(198,235,225); }
div.DivClassName
{
background-color: #C6EBE1;
}
.BgClassName
{
background-color: #C6EBE1;
}
</style>
border-color css
<style>
span { border-color: #C6EBE1; }
span { border-color: rgb(198,235,225); }
td.TdClassName
{
border-color: #C6EBE1;
}
.TagClassName
{
border-color: #C6EBE1;
}
</style>