Shades of Mint Tulip #C0FBDF
Tints of Mint Tulip #C0FBDF
RGB
CMYK
RGB Variations
Color information
#C0FBDF (or 0xC0FBDF) is known color: Mint Tulip. HEX triplet: C0, FB and DF. RGB value is (192,251,223). Sum of RGB (Red+Green+Blue) = 192+251+223=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBDF is #3F0420. Grayscale: #E6E6E6. Windows color (decimal): -4129825 or 14678976. OLE color: 14678976.
HSL color Cylindrical-coordinate representation of color #C0FBDF: hue angle of 151.53º 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 #C0FBDF is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 223 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.02 |
| HSL | 151.53º | 0.88% | 0.87% | - |
| HSV(B) | 151.53º | 0.24% | 0.98% | - |
| XYZ | 69.55 | 85.53 | 82.65 | - |
| YUV | 230.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 223 | 0.24 | 0 | 0.11 | 0.02 | 151.53 | 0.88 | 0.87 |
| Hex | C0 | FB | DF | 18 | 0 | B | 2 | 98 | 58 | 57 |
| Octal | 300 | 373 | 337 | 30 | 0 | 13 | 2 | 230 | 130 | 127 |
| Binary | 11000000 | 11111011 | 11011111 | 11000 | 0 | 1011 | 10 | 10011000 | 1011000 | 1010111 |
Color Harmonies of #C0FBDF
Complementary color
Monochromatic Colors of #C0FBDF
Black with #C0FBDF
Text Example
Text Example
White with #C0FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBDF; }
p { color: rgb(192,251,223); }
H1.HeaderClassName
{
color: #C0FBDF;
}
.AnyTagClassName
{
color: #C0FBDF;
}
</style>
background-color css
<style>
a { background-color: #C0FBDF; }
a { background-color: rgb(192,251,223); }
div.DivClassName
{
background-color: #C0FBDF;
}
.BgClassName
{
background-color: #C0FBDF;
}
</style>
border-color css
<style>
span { border-color: #C0FBDF; }
span { border-color: rgb(192,251,223); }
td.TdClassName
{
border-color: #C0FBDF;
}
.TagClassName
{
border-color: #C0FBDF;
}
</style>