Shades of Mint Tulip #C0FEE2
Tints of Mint Tulip #C0FEE2
RGB
CMYK
RGB Variations
Color information
#C0FEE2 (or 0xC0FEE2) is known color: Mint Tulip. HEX triplet: C0, FE and E2. RGB value is (192,254,226). Sum of RGB (Red+Green+Blue) = 192+254+226=672 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.57% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEE2 is #3F011D. Grayscale: #E8E8E8. Windows color (decimal): -4129054 or 14876352. OLE color: 14876352.
HSL color Cylindrical-coordinate representation of color #C0FEE2: hue angle of 152.9º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FEE2 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 226 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.00 |
| HSL | 152.9º | 0.97% | 0.87% | - |
| HSV(B) | 152.9º | 0.24% | 1% | - |
| XYZ | 70.91 | 87.58 | 85.12 | - |
| YUV | 232.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 226 | 0.24 | 0 | 0.11 | 0.00 | 152.9 | 0.97 | 0.87 |
| Hex | C0 | FE | E2 | 18 | 0 | B | 0 | 99 | 61 | 57 |
| Octal | 300 | 376 | 342 | 30 | 0 | 13 | 0 | 231 | 141 | 127 |
| Binary | 11000000 | 11111110 | 11100010 | 11000 | 0 | 1011 | 0 | 10011001 | 1100001 | 1010111 |
Color Harmonies of #C0FEE2
Complementary color
Monochromatic Colors of #C0FEE2
Black with #C0FEE2
Text Example
Text Example
White with #C0FEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEE2; }
p { color: rgb(192,254,226); }
H1.HeaderClassName
{
color: #C0FEE2;
}
.AnyTagClassName
{
color: #C0FEE2;
}
</style>
background-color css
<style>
a { background-color: #C0FEE2; }
a { background-color: rgb(192,254,226); }
div.DivClassName
{
background-color: #C0FEE2;
}
.BgClassName
{
background-color: #C0FEE2;
}
</style>
border-color css
<style>
span { border-color: #C0FEE2; }
span { border-color: rgb(192,254,226); }
td.TdClassName
{
border-color: #C0FEE2;
}
.TagClassName
{
border-color: #C0FEE2;
}
</style>