Shades of Mint Tulip #C6EFDC
Tints of Mint Tulip #C6EFDC
RGB
CMYK
RGB Variations
Color information
#C6EFDC (or 0xC6EFDC) is known color: Mint Tulip. HEX triplet: C6, EF and DC. RGB value is (198,239,220). Sum of RGB (Red+Green+Blue) = 198+239+220=657 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.14% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #C6EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EFDC is #391023. Grayscale: #E0E0E0. Windows color (decimal): -3739684 or 14479302. OLE color: 14479302.
HSL color Cylindrical-coordinate representation of color #C6EFDC: hue angle of 152.2º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6EFDC is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 239 | 220 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.06 |
| HSL | 152.2º | 0.56% | 0.86% | - |
| HSV(B) | 152.2º | 0.17% | 0.94% | - |
| XYZ | 67.07 | 78.91 | 79.41 | - |
| YUV | 224.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 239 | 220 | 0.17 | 0 | 0.08 | 0.06 | 152.2 | 0.56 | 0.86 |
| Hex | C6 | EF | DC | 11 | 0 | 8 | 6 | 98 | 38 | 56 |
| Octal | 306 | 357 | 334 | 21 | 0 | 10 | 6 | 230 | 70 | 126 |
| Binary | 11000110 | 11101111 | 11011100 | 10001 | 0 | 1000 | 110 | 10011000 | 111000 | 1010110 |
Color Harmonies of #C6EFDC
Complementary color
Monochromatic Colors of #C6EFDC
Black with #C6EFDC
Text Example
Text Example
White with #C6EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EFDC; }
p { color: rgb(198,239,220); }
H1.HeaderClassName
{
color: #C6EFDC;
}
.AnyTagClassName
{
color: #C6EFDC;
}
</style>
background-color css
<style>
a { background-color: #C6EFDC; }
a { background-color: rgb(198,239,220); }
div.DivClassName
{
background-color: #C6EFDC;
}
.BgClassName
{
background-color: #C6EFDC;
}
</style>
border-color css
<style>
span { border-color: #C6EFDC; }
span { border-color: rgb(198,239,220); }
td.TdClassName
{
border-color: #C6EFDC;
}
.TagClassName
{
border-color: #C6EFDC;
}
</style>