Shades of Mint Tulip #C0F9E3
Tints of Mint Tulip #C0F9E3
RGB
CMYK
RGB Variations
Color information
#C0F9E3 (or 0xC0F9E3) is known color: Mint Tulip. HEX triplet: C0, F9 and E3. RGB value is (192,249,227). Sum of RGB (Red+Green+Blue) = 192+249+227=668 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.74% from 668); Green value is 249 (97.66% from 255 or 37.28% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F9E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F9E3 is #3F061C. Grayscale: #E5E5E5. Windows color (decimal): -4130333 or 14940608. OLE color: 14940608.
HSL color Cylindrical-coordinate representation of color #C0F9E3: hue angle of 156.84º 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 #C0F9E3 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 227 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.02 |
| HSL | 156.84º | 0.83% | 0.86% | - |
| HSV(B) | 156.84º | 0.23% | 0.98% | - |
| XYZ | 69.48 | 84.5 | 85.32 | - |
| YUV | 229.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 227 | 0.23 | 0 | 0.09 | 0.02 | 156.84 | 0.83 | 0.86 |
| Hex | C0 | F9 | E3 | 17 | 0 | 9 | 2 | 9D | 53 | 56 |
| Octal | 300 | 371 | 343 | 27 | 0 | 11 | 2 | 235 | 123 | 126 |
| Binary | 11000000 | 11111001 | 11100011 | 10111 | 0 | 1001 | 10 | 10011101 | 1010011 | 1010110 |
Color Harmonies of #C0F9E3
Complementary color
Monochromatic Colors of #C0F9E3
Black with #C0F9E3
Text Example
Text Example
White with #C0F9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F9E3; }
p { color: rgb(192,249,227); }
H1.HeaderClassName
{
color: #C0F9E3;
}
.AnyTagClassName
{
color: #C0F9E3;
}
</style>
background-color css
<style>
a { background-color: #C0F9E3; }
a { background-color: rgb(192,249,227); }
div.DivClassName
{
background-color: #C0F9E3;
}
.BgClassName
{
background-color: #C0F9E3;
}
</style>
border-color css
<style>
span { border-color: #C0F9E3; }
span { border-color: rgb(192,249,227); }
td.TdClassName
{
border-color: #C0F9E3;
}
.TagClassName
{
border-color: #C0F9E3;
}
</style>