Shades of Mint Tulip #C5ECDB
Tints of Mint Tulip #C5ECDB
RGB
CMYK
RGB Variations
Color information
#C5ECDB (or 0xC5ECDB) is known color: Mint Tulip. HEX triplet: C5, EC and DB. RGB value is (197,236,219). Sum of RGB (Red+Green+Blue) = 197+236+219=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #C5ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5ECDB is #3A1324. Grayscale: #DEDEDE. Windows color (decimal): -3805989 or 14412997. OLE color: 14412997.
HSL color Cylindrical-coordinate representation of color #C5ECDB: hue angle of 153.85º 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 #C5ECDB is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 236 | 219 | - |
CMYK | 0.17 | 0 | 0.07 | 0.07 |
HSL | 153.85º | 0.51% | 0.85% | - |
HSV(B) | 153.85º | 0.17% | 0.93% | - |
XYZ | 65.81 | 76.98 | 78.41 | - |
YUV | 222.4 | 126.08 | 109.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 236 | 219 | 0.17 | 0 | 0.07 | 0.07 | 153.85 | 0.51 | 0.85 |
Hex | C5 | EC | DB | 11 | 0 | 7 | 7 | 9A | 33 | 55 |
Octal | 305 | 354 | 333 | 21 | 0 | 7 | 7 | 232 | 63 | 125 |
Binary | 11000101 | 11101100 | 11011011 | 10001 | 0 | 111 | 111 | 10011010 | 110011 | 1010101 |
Color Harmonies of #C5ECDB
Complementary color
Monochromatic Colors of #C5ECDB
Black with #C5ECDB
Text Example
Text Example
White with #C5ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ECDB; }
p { color: rgb(197,236,219); }
H1.HeaderClassName
{
color: #C5ECDB;
}
.AnyTagClassName
{
color: #C5ECDB;
}
</style>
background-color css
<style>
a { background-color: #C5ECDB; }
a { background-color: rgb(197,236,219); }
div.DivClassName
{
background-color: #C5ECDB;
}
.BgClassName
{
background-color: #C5ECDB;
}
</style>
border-color css
<style>
span { border-color: #C5ECDB; }
span { border-color: rgb(197,236,219); }
td.TdClassName
{
border-color: #C5ECDB;
}
.TagClassName
{
border-color: #C5ECDB;
}
</style>