Shades of Mint Tulip #C5EEDE
Tints of Mint Tulip #C5EEDE
RGB
CMYK
RGB Variations
Color information
#C5EEDE (or 0xC5EEDE) is known color: Mint Tulip. HEX triplet: C5, EE and DE. RGB value is (197,238,222). Sum of RGB (Red+Green+Blue) = 197+238+222=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EEDE is #3A1121. Grayscale: #DFDFDF. Windows color (decimal): -3805474 or 14610117. OLE color: 14610117.
HSL color Cylindrical-coordinate representation of color #C5EEDE: hue angle of 156.59º degrees, saturation: 0.55, 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 #C5EEDE is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 238 | 222 | - |
CMYK | 0.17 | 0 | 0.07 | 0.07 |
HSL | 156.59º | 0.55% | 0.85% | - |
HSV(B) | 156.59º | 0.17% | 0.93% | - |
XYZ | 66.79 | 78.29 | 80.7 | - |
YUV | 223.92 | 126.92 | 108.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 238 | 222 | 0.17 | 0 | 0.07 | 0.07 | 156.59 | 0.55 | 0.85 |
Hex | C5 | EE | DE | 11 | 0 | 7 | 7 | 9D | 37 | 55 |
Octal | 305 | 356 | 336 | 21 | 0 | 7 | 7 | 235 | 67 | 125 |
Binary | 11000101 | 11101110 | 11011110 | 10001 | 0 | 111 | 111 | 10011101 | 110111 | 1010101 |
Color Harmonies of #C5EEDE
Complementary color
Monochromatic Colors of #C5EEDE
Black with #C5EEDE
Text Example
Text Example
White with #C5EEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEDE; }
p { color: rgb(197,238,222); }
H1.HeaderClassName
{
color: #C5EEDE;
}
.AnyTagClassName
{
color: #C5EEDE;
}
</style>
background-color css
<style>
a { background-color: #C5EEDE; }
a { background-color: rgb(197,238,222); }
div.DivClassName
{
background-color: #C5EEDE;
}
.BgClassName
{
background-color: #C5EEDE;
}
</style>
border-color css
<style>
span { border-color: #C5EEDE; }
span { border-color: rgb(197,238,222); }
td.TdClassName
{
border-color: #C5EEDE;
}
.TagClassName
{
border-color: #C5EEDE;
}
</style>