Shades of Mint Tulip #C6EADC
Tints of Mint Tulip #C6EADC
RGB
CMYK
RGB Variations
Color information
#C6EADC (or 0xC6EADC) is known color: Mint Tulip. HEX triplet: C6, EA and DC. RGB value is (198,234,220). Sum of RGB (Red+Green+Blue) = 198+234+220=652 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.37% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EADC is #391523. Grayscale: #DDDDDD. Windows color (decimal): -3740964 or 14478022. OLE color: 14478022.
HSL color Cylindrical-coordinate representation of color #C6EADC: hue angle of 156.67º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6EADC is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 234 | 220 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.08 |
| HSL | 156.67º | 0.46% | 0.85% | - |
| HSV(B) | 156.67º | 0.15% | 0.92% | - |
| XYZ | 65.63 | 76.02 | 78.92 | - |
| YUV | 221.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 234 | 220 | 0.15 | 0 | 0.06 | 0.08 | 156.67 | 0.46 | 0.85 |
| Hex | C6 | EA | DC | F | 0 | 6 | 8 | 9D | 2E | 55 |
| Octal | 306 | 352 | 334 | 17 | 0 | 6 | 10 | 235 | 56 | 125 |
| Binary | 11000110 | 11101010 | 11011100 | 1111 | 0 | 110 | 1000 | 10011101 | 101110 | 1010101 |
Color Harmonies of #C6EADC
Complementary color
Monochromatic Colors of #C6EADC
Black with #C6EADC
Text Example
Text Example
White with #C6EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EADC; }
p { color: rgb(198,234,220); }
H1.HeaderClassName
{
color: #C6EADC;
}
.AnyTagClassName
{
color: #C6EADC;
}
</style>
background-color css
<style>
a { background-color: #C6EADC; }
a { background-color: rgb(198,234,220); }
div.DivClassName
{
background-color: #C6EADC;
}
.BgClassName
{
background-color: #C6EADC;
}
</style>
border-color css
<style>
span { border-color: #C6EADC; }
span { border-color: rgb(198,234,220); }
td.TdClassName
{
border-color: #C6EADC;
}
.TagClassName
{
border-color: #C6EADC;
}
</style>