Shades of Mint Tulip #C6F4DD
Tints of Mint Tulip #C6F4DD
RGB
CMYK
RGB Variations
Color information
#C6F4DD (or 0xC6F4DD) is known color: Mint Tulip. HEX triplet: C6, F4 and DD. RGB value is (198,244,221). Sum of RGB (Red+Green+Blue) = 198+244+221=663 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.86% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 244 - color contains mainly: green. Hex color #C6F4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F4DD is #390B22. Grayscale: #E3E3E3. Windows color (decimal): -3738403 or 14546118. OLE color: 14546118.
HSL color Cylindrical-coordinate representation of color #C6F4DD: hue angle of 150º degrees, saturation: 0.68, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6F4DD is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 244 | 221 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.04 |
| HSL | 150º | 0.68% | 0.87% | - |
| HSV(B) | 150º | 0.19% | 0.96% | - |
| XYZ | 68.69 | 81.93 | 80.6 | - |
| YUV | 227.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 244 | 221 | 0.19 | 0 | 0.09 | 0.04 | 150 | 0.68 | 0.87 |
| Hex | C6 | F4 | DD | 13 | 0 | 9 | 4 | 96 | 44 | 57 |
| Octal | 306 | 364 | 335 | 23 | 0 | 11 | 4 | 226 | 104 | 127 |
| Binary | 11000110 | 11110100 | 11011101 | 10011 | 0 | 1001 | 100 | 10010110 | 1000100 | 1010111 |
Color Harmonies of #C6F4DD
Complementary color
Monochromatic Colors of #C6F4DD
Black with #C6F4DD
Text Example
Text Example
White with #C6F4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F4DD; }
p { color: rgb(198,244,221); }
H1.HeaderClassName
{
color: #C6F4DD;
}
.AnyTagClassName
{
color: #C6F4DD;
}
</style>
background-color css
<style>
a { background-color: #C6F4DD; }
a { background-color: rgb(198,244,221); }
div.DivClassName
{
background-color: #C6F4DD;
}
.BgClassName
{
background-color: #C6F4DD;
}
</style>
border-color css
<style>
span { border-color: #C6F4DD; }
span { border-color: rgb(198,244,221); }
td.TdClassName
{
border-color: #C6F4DD;
}
.TagClassName
{
border-color: #C6F4DD;
}
</style>