Shades of Mint Tulip #C5F5DD
Tints of Mint Tulip #C5F5DD
RGB
CMYK
RGB Variations
Color information
#C5F5DD (or 0xC5F5DD) is known color: Mint Tulip. HEX triplet: C5, F5 and DD. RGB value is (197,245,221). Sum of RGB (Red+Green+Blue) = 197+245+221=663 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.71% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #C5F5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F5DD is #3A0A22. Grayscale: #E3E3E3. Windows color (decimal): -3803683 or 14546373. OLE color: 14546373.
HSL color Cylindrical-coordinate representation of color #C5F5DD: hue angle of 150º degrees, saturation: 0.71, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5F5DD is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 245 | 221 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.04 |
| HSL | 150º | 0.71% | 0.87% | - |
| HSV(B) | 150º | 0.2% | 0.96% | - |
| XYZ | 68.73 | 82.4 | 80.69 | - |
| YUV | 227.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 245 | 221 | 0.20 | 0 | 0.10 | 0.04 | 150 | 0.71 | 0.87 |
| Hex | C5 | F5 | DD | 14 | 0 | A | 4 | 96 | 47 | 57 |
| Octal | 305 | 365 | 335 | 24 | 0 | 12 | 4 | 226 | 107 | 127 |
| Binary | 11000101 | 11110101 | 11011101 | 10100 | 0 | 1010 | 100 | 10010110 | 1000111 | 1010111 |
Color Harmonies of #C5F5DD
Complementary color
Monochromatic Colors of #C5F5DD
Black with #C5F5DD
Text Example
Text Example
White with #C5F5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F5DD; }
p { color: rgb(197,245,221); }
H1.HeaderClassName
{
color: #C5F5DD;
}
.AnyTagClassName
{
color: #C5F5DD;
}
</style>
background-color css
<style>
a { background-color: #C5F5DD; }
a { background-color: rgb(197,245,221); }
div.DivClassName
{
background-color: #C5F5DD;
}
.BgClassName
{
background-color: #C5F5DD;
}
</style>
border-color css
<style>
span { border-color: #C5F5DD; }
span { border-color: rgb(197,245,221); }
td.TdClassName
{
border-color: #C5F5DD;
}
.TagClassName
{
border-color: #C5F5DD;
}
</style>