Shades of Mint Tulip #C6ECDC
Tints of Mint Tulip #C6ECDC
RGB
CMYK
RGB Variations
Color information
#C6ECDC (or 0xC6ECDC) is known color: Mint Tulip. HEX triplet: C6, EC and DC. RGB value is (198,236,220). Sum of RGB (Red+Green+Blue) = 198+236+220=654 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.28% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #C6ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6ECDC is #391323. Grayscale: #DEDEDE. Windows color (decimal): -3740452 or 14478534. OLE color: 14478534.
HSL color Cylindrical-coordinate representation of color #C6ECDC: hue angle of 154.74º degrees, saturation: 0.5, 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 #C6ECDC is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 198 | 236 | 220 | - |
CMYK | 0.16 | 0 | 0.07 | 0.07 |
HSL | 154.74º | 0.5% | 0.85% | - |
HSV(B) | 154.74º | 0.16% | 0.93% | - |
XYZ | 66.2 | 77.16 | 79.12 | - |
YUV | 222.81 | 126.41 | 110.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 236 | 220 | 0.16 | 0 | 0.07 | 0.07 | 154.74 | 0.5 | 0.85 |
Hex | C6 | EC | DC | 10 | 0 | 7 | 7 | 9B | 32 | 55 |
Octal | 306 | 354 | 334 | 20 | 0 | 7 | 7 | 233 | 62 | 125 |
Binary | 11000110 | 11101100 | 11011100 | 10000 | 0 | 111 | 111 | 10011011 | 110010 | 1010101 |
Color Harmonies of #C6ECDC
Complementary color
Monochromatic Colors of #C6ECDC
Black with #C6ECDC
Text Example
Text Example
White with #C6ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ECDC; }
p { color: rgb(198,236,220); }
H1.HeaderClassName
{
color: #C6ECDC;
}
.AnyTagClassName
{
color: #C6ECDC;
}
</style>
background-color css
<style>
a { background-color: #C6ECDC; }
a { background-color: rgb(198,236,220); }
div.DivClassName
{
background-color: #C6ECDC;
}
.BgClassName
{
background-color: #C6ECDC;
}
</style>
border-color css
<style>
span { border-color: #C6ECDC; }
span { border-color: rgb(198,236,220); }
td.TdClassName
{
border-color: #C6ECDC;
}
.TagClassName
{
border-color: #C6ECDC;
}
</style>