Shades of Mint Tulip #C0F9DE
Tints of Mint Tulip #C0F9DE
RGB
CMYK
RGB Variations
Color information
#C0F9DE (or 0xC0F9DE) is known color: Mint Tulip. HEX triplet: C0, F9 and DE. RGB value is (192,249,222). Sum of RGB (Red+Green+Blue) = 192+249+222=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F9DE is #3F0621. Grayscale: #E4E4E4. Windows color (decimal): -4130338 or 14612928. OLE color: 14612928.
HSL color Cylindrical-coordinate representation of color #C0F9DE: hue angle of 151.58º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F9DE is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 222 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.02 |
| HSL | 151.58º | 0.83% | 0.86% | - |
| HSV(B) | 151.58º | 0.23% | 0.98% | - |
| XYZ | 68.8 | 84.23 | 81.74 | - |
| YUV | 228.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 222 | 0.23 | 0 | 0.11 | 0.02 | 151.58 | 0.83 | 0.86 |
| Hex | C0 | F9 | DE | 17 | 0 | B | 2 | 98 | 53 | 56 |
| Octal | 300 | 371 | 336 | 27 | 0 | 13 | 2 | 230 | 123 | 126 |
| Binary | 11000000 | 11111001 | 11011110 | 10111 | 0 | 1011 | 10 | 10011000 | 1010011 | 1010110 |
Color Harmonies of #C0F9DE
Complementary color
Monochromatic Colors of #C0F9DE
Black with #C0F9DE
Text Example
Text Example
White with #C0F9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F9DE; }
p { color: rgb(192,249,222); }
H1.HeaderClassName
{
color: #C0F9DE;
}
.AnyTagClassName
{
color: #C0F9DE;
}
</style>
background-color css
<style>
a { background-color: #C0F9DE; }
a { background-color: rgb(192,249,222); }
div.DivClassName
{
background-color: #C0F9DE;
}
.BgClassName
{
background-color: #C0F9DE;
}
</style>
border-color css
<style>
span { border-color: #C0F9DE; }
span { border-color: rgb(192,249,222); }
td.TdClassName
{
border-color: #C0F9DE;
}
.TagClassName
{
border-color: #C0F9DE;
}
</style>