Shades of Mint Tulip #C0F3DE
Tints of Mint Tulip #C0F3DE
RGB
CMYK
RGB Variations
Color information
#C0F3DE (or 0xC0F3DE) is known color: Mint Tulip. HEX triplet: C0, F3 and DE. RGB value is (192,243,222). Sum of RGB (Red+Green+Blue) = 192+243+222=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3DE is #3F0C21. Grayscale: #E1E1E1. Windows color (decimal): -4131874 or 14611392. OLE color: 14611392.
HSL color Cylindrical-coordinate representation of color #C0F3DE: hue angle of 155.29º 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 #C0F3DE is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 222 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.05 |
| HSL | 155.29º | 0.68% | 0.85% | - |
| HSV(B) | 155.29º | 0.21% | 0.95% | - |
| XYZ | 66.97 | 80.58 | 81.13 | - |
| YUV | 225.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 222 | 0.21 | 0 | 0.09 | 0.05 | 155.29 | 0.68 | 0.85 |
| Hex | C0 | F3 | DE | 15 | 0 | 9 | 5 | 9B | 44 | 55 |
| Octal | 300 | 363 | 336 | 25 | 0 | 11 | 5 | 233 | 104 | 125 |
| Binary | 11000000 | 11110011 | 11011110 | 10101 | 0 | 1001 | 101 | 10011011 | 1000100 | 1010101 |
Color Harmonies of #C0F3DE
Complementary color
Monochromatic Colors of #C0F3DE
Black with #C0F3DE
Text Example
Text Example
White with #C0F3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3DE; }
p { color: rgb(192,243,222); }
H1.HeaderClassName
{
color: #C0F3DE;
}
.AnyTagClassName
{
color: #C0F3DE;
}
</style>
background-color css
<style>
a { background-color: #C0F3DE; }
a { background-color: rgb(192,243,222); }
div.DivClassName
{
background-color: #C0F3DE;
}
.BgClassName
{
background-color: #C0F3DE;
}
</style>
border-color css
<style>
span { border-color: #C0F3DE; }
span { border-color: rgb(192,243,222); }
td.TdClassName
{
border-color: #C0F3DE;
}
.TagClassName
{
border-color: #C0F3DE;
}
</style>