Shades of Mint Tulip #C0F9E1
Tints of Mint Tulip #C0F9E1
RGB
CMYK
RGB Variations
Color information
#C0F9E1 (or 0xC0F9E1) is known color: Mint Tulip. HEX triplet: C0, F9 and E1. RGB value is (192,249,225). Sum of RGB (Red+Green+Blue) = 192+249+225=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F9E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F9E1 is #3F061E. Grayscale: #E5E5E5. Windows color (decimal): -4130335 or 14809536. OLE color: 14809536.
HSL color Cylindrical-coordinate representation of color #C0F9E1: hue angle of 154.74º 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 #C0F9E1 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 225 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.02 |
| HSL | 154.74º | 0.83% | 0.86% | - |
| HSV(B) | 154.74º | 0.23% | 0.98% | - |
| XYZ | 69.2 | 84.39 | 83.88 | - |
| YUV | 229.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 225 | 0.23 | 0 | 0.10 | 0.02 | 154.74 | 0.83 | 0.86 |
| Hex | C0 | F9 | E1 | 17 | 0 | A | 2 | 9B | 53 | 56 |
| Octal | 300 | 371 | 341 | 27 | 0 | 12 | 2 | 233 | 123 | 126 |
| Binary | 11000000 | 11111001 | 11100001 | 10111 | 0 | 1010 | 10 | 10011011 | 1010011 | 1010110 |
Color Harmonies of #C0F9E1
Complementary color
Monochromatic Colors of #C0F9E1
Black with #C0F9E1
Text Example
Text Example
White with #C0F9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F9E1; }
p { color: rgb(192,249,225); }
H1.HeaderClassName
{
color: #C0F9E1;
}
.AnyTagClassName
{
color: #C0F9E1;
}
</style>
background-color css
<style>
a { background-color: #C0F9E1; }
a { background-color: rgb(192,249,225); }
div.DivClassName
{
background-color: #C0F9E1;
}
.BgClassName
{
background-color: #C0F9E1;
}
</style>
border-color css
<style>
span { border-color: #C0F9E1; }
span { border-color: rgb(192,249,225); }
td.TdClassName
{
border-color: #C0F9E1;
}
.TagClassName
{
border-color: #C0F9E1;
}
</style>