Shades of Mint Tulip #C6EDDD
Tints of Mint Tulip #C6EDDD
RGB
CMYK
RGB Variations
Color information
#C6EDDD (or 0xC6EDDD) is known color: Mint Tulip. HEX triplet: C6, ED and DD. RGB value is (198,237,221). Sum of RGB (Red+Green+Blue) = 198+237+221=656 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.18% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EDDD is #391222. Grayscale: #DFDFDF. Windows color (decimal): -3740195 or 14544326. OLE color: 14544326.
HSL color Cylindrical-coordinate representation of color #C6EDDD: hue angle of 155.38º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6EDDD is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 221 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.07 |
| HSL | 155.38º | 0.52% | 0.85% | - |
| HSV(B) | 155.38º | 0.16% | 0.93% | - |
| XYZ | 66.62 | 77.79 | 79.91 | - |
| YUV | 223.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 221 | 0.16 | 0 | 0.07 | 0.07 | 155.38 | 0.52 | 0.85 |
| Hex | C6 | ED | DD | 10 | 0 | 7 | 7 | 9B | 34 | 55 |
| Octal | 306 | 355 | 335 | 20 | 0 | 7 | 7 | 233 | 64 | 125 |
| Binary | 11000110 | 11101101 | 11011101 | 10000 | 0 | 111 | 111 | 10011011 | 110100 | 1010101 |
Color Harmonies of #C6EDDD
Complementary color
Monochromatic Colors of #C6EDDD
Black with #C6EDDD
Text Example
Text Example
White with #C6EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EDDD; }
p { color: rgb(198,237,221); }
H1.HeaderClassName
{
color: #C6EDDD;
}
.AnyTagClassName
{
color: #C6EDDD;
}
</style>
background-color css
<style>
a { background-color: #C6EDDD; }
a { background-color: rgb(198,237,221); }
div.DivClassName
{
background-color: #C6EDDD;
}
.BgClassName
{
background-color: #C6EDDD;
}
</style>
border-color css
<style>
span { border-color: #C6EDDD; }
span { border-color: rgb(198,237,221); }
td.TdClassName
{
border-color: #C6EDDD;
}
.TagClassName
{
border-color: #C6EDDD;
}
</style>