Shades of Mint Tulip #C0F3DD
Tints of Mint Tulip #C0F3DD
RGB
CMYK
RGB Variations
Color information
#C0F3DD (or 0xC0F3DD) is known color: Mint Tulip. HEX triplet: C0, F3 and DD. RGB value is (192,243,221). Sum of RGB (Red+Green+Blue) = 192+243+221=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3DD is #3F0C22. Grayscale: #E1E1E1. Windows color (decimal): -4131875 or 14545856. OLE color: 14545856.
HSL color Cylindrical-coordinate representation of color #C0F3DD: hue angle of 154.12º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F3DD is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 221 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.05 |
| HSL | 154.12º | 0.68% | 0.85% | - |
| HSV(B) | 154.12º | 0.21% | 0.95% | - |
| XYZ | 66.84 | 80.53 | 80.43 | - |
| YUV | 225.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 221 | 0.21 | 0 | 0.09 | 0.05 | 154.12 | 0.68 | 0.85 |
| Hex | C0 | F3 | DD | 15 | 0 | 9 | 5 | 9A | 44 | 55 |
| Octal | 300 | 363 | 335 | 25 | 0 | 11 | 5 | 232 | 104 | 125 |
| Binary | 11000000 | 11110011 | 11011101 | 10101 | 0 | 1001 | 101 | 10011010 | 1000100 | 1010101 |
Color Harmonies of #C0F3DD
Complementary color
Monochromatic Colors of #C0F3DD
Black with #C0F3DD
Text Example
Text Example
White with #C0F3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3DD; }
p { color: rgb(192,243,221); }
H1.HeaderClassName
{
color: #C0F3DD;
}
.AnyTagClassName
{
color: #C0F3DD;
}
</style>
background-color css
<style>
a { background-color: #C0F3DD; }
a { background-color: rgb(192,243,221); }
div.DivClassName
{
background-color: #C0F3DD;
}
.BgClassName
{
background-color: #C0F3DD;
}
</style>
border-color css
<style>
span { border-color: #C0F3DD; }
span { border-color: rgb(192,243,221); }
td.TdClassName
{
border-color: #C0F3DD;
}
.TagClassName
{
border-color: #C0F3DD;
}
</style>