Shades of Mint Tulip #C5ECDC
Tints of Mint Tulip #C5ECDC
RGB
CMYK
RGB Variations
Color information
#C5ECDC (or 0xC5ECDC) is known color: Mint Tulip. HEX triplet: C5, EC and DC. RGB value is (197,236,220). Sum of RGB (Red+Green+Blue) = 197+236+220=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #C5ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5ECDC is #3A1323. Grayscale: #DEDEDE. Windows color (decimal): -3805988 or 14478533. OLE color: 14478533.
HSL color Cylindrical-coordinate representation of color #C5ECDC: hue angle of 155.38º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5ECDC is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 236 | 220 | - |
CMYK | 0.17 | 0 | 0.07 | 0.07 |
HSL | 155.38º | 0.51% | 0.85% | - |
HSV(B) | 155.38º | 0.17% | 0.93% | - |
XYZ | 65.94 | 77.03 | 79.1 | - |
YUV | 222.52 | 126.58 | 109.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 236 | 220 | 0.17 | 0 | 0.07 | 0.07 | 155.38 | 0.51 | 0.85 |
Hex | C5 | EC | DC | 11 | 0 | 7 | 7 | 9B | 33 | 55 |
Octal | 305 | 354 | 334 | 21 | 0 | 7 | 7 | 233 | 63 | 125 |
Binary | 11000101 | 11101100 | 11011100 | 10001 | 0 | 111 | 111 | 10011011 | 110011 | 1010101 |
Color Harmonies of #C5ECDC
Complementary color
Monochromatic Colors of #C5ECDC
Black with #C5ECDC
Text Example
Text Example
White with #C5ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ECDC; }
p { color: rgb(197,236,220); }
H1.HeaderClassName
{
color: #C5ECDC;
}
.AnyTagClassName
{
color: #C5ECDC;
}
</style>
background-color css
<style>
a { background-color: #C5ECDC; }
a { background-color: rgb(197,236,220); }
div.DivClassName
{
background-color: #C5ECDC;
}
.BgClassName
{
background-color: #C5ECDC;
}
</style>
border-color css
<style>
span { border-color: #C5ECDC; }
span { border-color: rgb(197,236,220); }
td.TdClassName
{
border-color: #C5ECDC;
}
.TagClassName
{
border-color: #C5ECDC;
}
</style>