Shades of Mint Tulip #C5EDDD
Tints of Mint Tulip #C5EDDD
RGB
CMYK
RGB Variations
Color information
#C5EDDD (or 0xC5EDDD) is known color: Mint Tulip. HEX triplet: C5, ED and DD. RGB value is (197,237,221). Sum of RGB (Red+Green+Blue) = 197+237+221=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDDD is #3A1222. Grayscale: #DFDFDF. Windows color (decimal): -3805731 or 14544325. OLE color: 14544325.
HSL color Cylindrical-coordinate representation of color #C5EDDD: hue angle of 156º degrees, saturation: 0.53, 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 #C5EDDD is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 237 | 221 | - |
CMYK | 0.17 | 0 | 0.07 | 0.07 |
HSL | 156º | 0.53% | 0.85% | - |
HSV(B) | 156º | 0.17% | 0.93% | - |
XYZ | 66.36 | 77.66 | 79.9 | - |
YUV | 223.22 | 126.75 | 109.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 237 | 221 | 0.17 | 0 | 0.07 | 0.07 | 156 | 0.53 | 0.85 |
Hex | C5 | ED | DD | 11 | 0 | 7 | 7 | 9C | 35 | 55 |
Octal | 305 | 355 | 335 | 21 | 0 | 7 | 7 | 234 | 65 | 125 |
Binary | 11000101 | 11101101 | 11011101 | 10001 | 0 | 111 | 111 | 10011100 | 110101 | 1010101 |
Color Harmonies of #C5EDDD
Complementary color
Monochromatic Colors of #C5EDDD
Black with #C5EDDD
Text Example
Text Example
White with #C5EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EDDD; }
p { color: rgb(197,237,221); }
H1.HeaderClassName
{
color: #C5EDDD;
}
.AnyTagClassName
{
color: #C5EDDD;
}
</style>
background-color css
<style>
a { background-color: #C5EDDD; }
a { background-color: rgb(197,237,221); }
div.DivClassName
{
background-color: #C5EDDD;
}
.BgClassName
{
background-color: #C5EDDD;
}
</style>
border-color css
<style>
span { border-color: #C5EDDD; }
span { border-color: rgb(197,237,221); }
td.TdClassName
{
border-color: #C5EDDD;
}
.TagClassName
{
border-color: #C5EDDD;
}
</style>