Shades of Mint Tulip #C0FBE0
Tints of Mint Tulip #C0FBE0
RGB
CMYK
RGB Variations
Color information
#C0FBE0 (or 0xC0FBE0) is known color: Mint Tulip. HEX triplet: C0, FB and E0. RGB value is (192,251,224). Sum of RGB (Red+Green+Blue) = 192+251+224=667 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.79% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBE0 is #3F041F. Grayscale: #E6E6E6. Windows color (decimal): -4129824 or 14744512. OLE color: 14744512.
HSL color Cylindrical-coordinate representation of color #C0FBE0: hue angle of 152.54º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBE0 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 224 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.02 |
| HSL | 152.54º | 0.88% | 0.87% | - |
| HSV(B) | 152.54º | 0.24% | 0.98% | - |
| XYZ | 69.69 | 85.58 | 83.37 | - |
| YUV | 230.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 224 | 0.24 | 0 | 0.11 | 0.02 | 152.54 | 0.88 | 0.87 |
| Hex | C0 | FB | E0 | 18 | 0 | B | 2 | 99 | 58 | 57 |
| Octal | 300 | 373 | 340 | 30 | 0 | 13 | 2 | 231 | 130 | 127 |
| Binary | 11000000 | 11111011 | 11100000 | 11000 | 0 | 1011 | 10 | 10011001 | 1011000 | 1010111 |
Color Harmonies of #C0FBE0
Complementary color
Monochromatic Colors of #C0FBE0
Black with #C0FBE0
Text Example
Text Example
White with #C0FBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBE0; }
p { color: rgb(192,251,224); }
H1.HeaderClassName
{
color: #C0FBE0;
}
.AnyTagClassName
{
color: #C0FBE0;
}
</style>
background-color css
<style>
a { background-color: #C0FBE0; }
a { background-color: rgb(192,251,224); }
div.DivClassName
{
background-color: #C0FBE0;
}
.BgClassName
{
background-color: #C0FBE0;
}
</style>
border-color css
<style>
span { border-color: #C0FBE0; }
span { border-color: rgb(192,251,224); }
td.TdClassName
{
border-color: #C0FBE0;
}
.TagClassName
{
border-color: #C0FBE0;
}
</style>