Shades of Mint Tulip #C0FADF
Tints of Mint Tulip #C0FADF
RGB
CMYK
RGB Variations
Color information
#C0FADF (or 0xC0FADF) is known color: Mint Tulip. HEX triplet: C0, FA and DF. RGB value is (192,250,223). Sum of RGB (Red+Green+Blue) = 192+250+223=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FADF is #3F0520. Grayscale: #E5E5E5. Windows color (decimal): -4130081 or 14678720. OLE color: 14678720.
HSL color Cylindrical-coordinate representation of color #C0FADF: hue angle of 152.07º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0FADF is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 223 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.02 |
| HSL | 152.07º | 0.85% | 0.87% | - |
| HSV(B) | 152.07º | 0.23% | 0.98% | - |
| XYZ | 69.24 | 84.91 | 82.55 | - |
| YUV | 229.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 223 | 0.23 | 0 | 0.11 | 0.02 | 152.07 | 0.85 | 0.87 |
| Hex | C0 | FA | DF | 17 | 0 | B | 2 | 98 | 55 | 57 |
| Octal | 300 | 372 | 337 | 27 | 0 | 13 | 2 | 230 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11011111 | 10111 | 0 | 1011 | 10 | 10011000 | 1010101 | 1010111 |
Color Harmonies of #C0FADF
Complementary color
Monochromatic Colors of #C0FADF
Black with #C0FADF
Text Example
Text Example
White with #C0FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FADF; }
p { color: rgb(192,250,223); }
H1.HeaderClassName
{
color: #C0FADF;
}
.AnyTagClassName
{
color: #C0FADF;
}
</style>
background-color css
<style>
a { background-color: #C0FADF; }
a { background-color: rgb(192,250,223); }
div.DivClassName
{
background-color: #C0FADF;
}
.BgClassName
{
background-color: #C0FADF;
}
</style>
border-color css
<style>
span { border-color: #C0FADF; }
span { border-color: rgb(192,250,223); }
td.TdClassName
{
border-color: #C0FADF;
}
.TagClassName
{
border-color: #C0FADF;
}
</style>