Shades of Mint Tulip #C0F2DF
Tints of Mint Tulip #C0F2DF
RGB
CMYK
RGB Variations
Color information
#C0F2DF (or 0xC0F2DF) is known color: Mint Tulip. HEX triplet: C0, F2 and DF. RGB value is (192,242,223). Sum of RGB (Red+Green+Blue) = 192+242+223=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2DF is #3F0D20. Grayscale: #E0E0E0. Windows color (decimal): -4132129 or 14676672. OLE color: 14676672.
HSL color Cylindrical-coordinate representation of color #C0F2DF: hue angle of 157.2º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2DF is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 223 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.05 |
| HSL | 157.2º | 0.66% | 0.85% | - |
| HSV(B) | 157.2º | 0.21% | 0.95% | - |
| XYZ | 66.81 | 80.04 | 81.74 | - |
| YUV | 224.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 223 | 0.21 | 0 | 0.08 | 0.05 | 157.2 | 0.66 | 0.85 |
| Hex | C0 | F2 | DF | 15 | 0 | 8 | 5 | 9D | 42 | 55 |
| Octal | 300 | 362 | 337 | 25 | 0 | 10 | 5 | 235 | 102 | 125 |
| Binary | 11000000 | 11110010 | 11011111 | 10101 | 0 | 1000 | 101 | 10011101 | 1000010 | 1010101 |
Color Harmonies of #C0F2DF
Complementary color
Monochromatic Colors of #C0F2DF
Black with #C0F2DF
Text Example
Text Example
White with #C0F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F2DF; }
p { color: rgb(192,242,223); }
H1.HeaderClassName
{
color: #C0F2DF;
}
.AnyTagClassName
{
color: #C0F2DF;
}
</style>
background-color css
<style>
a { background-color: #C0F2DF; }
a { background-color: rgb(192,242,223); }
div.DivClassName
{
background-color: #C0F2DF;
}
.BgClassName
{
background-color: #C0F2DF;
}
</style>
border-color css
<style>
span { border-color: #C0F2DF; }
span { border-color: rgb(192,242,223); }
td.TdClassName
{
border-color: #C0F2DF;
}
.TagClassName
{
border-color: #C0F2DF;
}
</style>