Shades of Mint Tulip #C5FADF
Tints of Mint Tulip #C5FADF
RGB
CMYK
RGB Variations
Color information
#C5FADF (or 0xC5FADF) is known color: Mint Tulip. HEX triplet: C5, FA and DF. RGB value is (197,250,223). Sum of RGB (Red+Green+Blue) = 197+250+223=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FADF is #3A0520. Grayscale: #E7E7E7. Windows color (decimal): -3802401 or 14678725. OLE color: 14678725.
HSL color Cylindrical-coordinate representation of color #C5FADF: hue angle of 149.43º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5FADF is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 223 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.02 |
| HSL | 149.43º | 0.84% | 0.88% | - |
| HSV(B) | 149.43º | 0.21% | 0.98% | - |
| XYZ | 70.53 | 85.57 | 82.61 | - |
| YUV | 231.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 223 | 0.21 | 0 | 0.11 | 0.02 | 149.43 | 0.84 | 0.88 |
| Hex | C5 | FA | DF | 15 | 0 | B | 2 | 95 | 54 | 58 |
| Octal | 305 | 372 | 337 | 25 | 0 | 13 | 2 | 225 | 124 | 130 |
| Binary | 11000101 | 11111010 | 11011111 | 10101 | 0 | 1011 | 10 | 10010101 | 1010100 | 1011000 |
Color Harmonies of #C5FADF
Complementary color
Monochromatic Colors of #C5FADF
Black with #C5FADF
Text Example
Text Example
White with #C5FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FADF; }
p { color: rgb(197,250,223); }
H1.HeaderClassName
{
color: #C5FADF;
}
.AnyTagClassName
{
color: #C5FADF;
}
</style>
background-color css
<style>
a { background-color: #C5FADF; }
a { background-color: rgb(197,250,223); }
div.DivClassName
{
background-color: #C5FADF;
}
.BgClassName
{
background-color: #C5FADF;
}
</style>
border-color css
<style>
span { border-color: #C5FADF; }
span { border-color: rgb(197,250,223); }
td.TdClassName
{
border-color: #C5FADF;
}
.TagClassName
{
border-color: #C5FADF;
}
</style>