Shades of Mint Tulip #C5EEDD
Tints of Mint Tulip #C5EEDD
RGB
CMYK
RGB Variations
Color information
#C5EEDD (or 0xC5EEDD) is known color: Mint Tulip. HEX triplet: C5, EE and DD. RGB value is (197,238,221). Sum of RGB (Red+Green+Blue) = 197+238+221=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EEDD is #3A1122. Grayscale: #DFDFDF. Windows color (decimal): -3805475 or 14544581. OLE color: 14544581.
HSL color Cylindrical-coordinate representation of color #C5EEDD: hue angle of 155.12º 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 #C5EEDD is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 238 | 221 | - |
CMYK | 0.17 | 0 | 0.07 | 0.07 |
HSL | 155.12º | 0.55% | 0.85% | - |
HSV(B) | 155.12º | 0.17% | 0.93% | - |
XYZ | 66.65 | 78.24 | 80 | - |
YUV | 223.8 | 126.42 | 108.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 238 | 221 | 0.17 | 0 | 0.07 | 0.07 | 155.12 | 0.55 | 0.85 |
Hex | C5 | EE | DD | 11 | 0 | 7 | 7 | 9B | 37 | 55 |
Octal | 305 | 356 | 335 | 21 | 0 | 7 | 7 | 233 | 67 | 125 |
Binary | 11000101 | 11101110 | 11011101 | 10001 | 0 | 111 | 111 | 10011011 | 110111 | 1010101 |
Color Harmonies of #C5EEDD
Complementary color
Monochromatic Colors of #C5EEDD
Black with #C5EEDD
Text Example
Text Example
White with #C5EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEDD; }
p { color: rgb(197,238,221); }
H1.HeaderClassName
{
color: #C5EEDD;
}
.AnyTagClassName
{
color: #C5EEDD;
}
</style>
background-color css
<style>
a { background-color: #C5EEDD; }
a { background-color: rgb(197,238,221); }
div.DivClassName
{
background-color: #C5EEDD;
}
.BgClassName
{
background-color: #C5EEDD;
}
</style>
border-color css
<style>
span { border-color: #C5EEDD; }
span { border-color: rgb(197,238,221); }
td.TdClassName
{
border-color: #C5EEDD;
}
.TagClassName
{
border-color: #C5EEDD;
}
</style>