Shades of Mint Tulip #C0F7E3
Tints of Mint Tulip #C0F7E3
RGB
CMYK
RGB Variations
Color information
#C0F7E3 (or 0xC0F7E3) is known color: Mint Tulip. HEX triplet: C0, F7 and E3. RGB value is (192,247,227). Sum of RGB (Red+Green+Blue) = 192+247+227=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F7E3 is #3F081C. Grayscale: #E4E4E4. Windows color (decimal): -4130845 or 14940096. OLE color: 14940096.
HSL color Cylindrical-coordinate representation of color #C0F7E3: hue angle of 158.18º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F7E3 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 227 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.03 |
| HSL | 158.18º | 0.77% | 0.86% | - |
| HSV(B) | 158.18º | 0.22% | 0.97% | - |
| XYZ | 68.86 | 83.27 | 85.12 | - |
| YUV | 228.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 227 | 0.22 | 0 | 0.08 | 0.03 | 158.18 | 0.77 | 0.86 |
| Hex | C0 | F7 | E3 | 16 | 0 | 8 | 3 | 9E | 4D | 56 |
| Octal | 300 | 367 | 343 | 26 | 0 | 10 | 3 | 236 | 115 | 126 |
| Binary | 11000000 | 11110111 | 11100011 | 10110 | 0 | 1000 | 11 | 10011110 | 1001101 | 1010110 |
Color Harmonies of #C0F7E3
Complementary color
Monochromatic Colors of #C0F7E3
Black with #C0F7E3
Text Example
Text Example
White with #C0F7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F7E3; }
p { color: rgb(192,247,227); }
H1.HeaderClassName
{
color: #C0F7E3;
}
.AnyTagClassName
{
color: #C0F7E3;
}
</style>
background-color css
<style>
a { background-color: #C0F7E3; }
a { background-color: rgb(192,247,227); }
div.DivClassName
{
background-color: #C0F7E3;
}
.BgClassName
{
background-color: #C0F7E3;
}
</style>
border-color css
<style>
span { border-color: #C0F7E3; }
span { border-color: rgb(192,247,227); }
td.TdClassName
{
border-color: #C0F7E3;
}
.TagClassName
{
border-color: #C0F7E3;
}
</style>