Shades of Mint Tulip #C0F5DE
Tints of Mint Tulip #C0F5DE
RGB
CMYK
RGB Variations
Color information
#C0F5DE (or 0xC0F5DE) is known color: Mint Tulip. HEX triplet: C0, F5 and DE. RGB value is (192,245,222). Sum of RGB (Red+Green+Blue) = 192+245+222=659 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.14% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F5DE is #3F0A21. Grayscale: #E2E2E2. Windows color (decimal): -4131362 or 14611904. OLE color: 14611904.
HSL color Cylindrical-coordinate representation of color #C0F5DE: hue angle of 153.96º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F5DE is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 222 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.04 |
| HSL | 153.96º | 0.73% | 0.86% | - |
| HSV(B) | 153.96º | 0.22% | 0.96% | - |
| XYZ | 67.58 | 81.79 | 81.33 | - |
| YUV | 226.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 222 | 0.22 | 0 | 0.09 | 0.04 | 153.96 | 0.73 | 0.86 |
| Hex | C0 | F5 | DE | 16 | 0 | 9 | 4 | 9A | 49 | 56 |
| Octal | 300 | 365 | 336 | 26 | 0 | 11 | 4 | 232 | 111 | 126 |
| Binary | 11000000 | 11110101 | 11011110 | 10110 | 0 | 1001 | 100 | 10011010 | 1001001 | 1010110 |
Color Harmonies of #C0F5DE
Complementary color
Monochromatic Colors of #C0F5DE
Black with #C0F5DE
Text Example
Text Example
White with #C0F5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F5DE; }
p { color: rgb(192,245,222); }
H1.HeaderClassName
{
color: #C0F5DE;
}
.AnyTagClassName
{
color: #C0F5DE;
}
</style>
background-color css
<style>
a { background-color: #C0F5DE; }
a { background-color: rgb(192,245,222); }
div.DivClassName
{
background-color: #C0F5DE;
}
.BgClassName
{
background-color: #C0F5DE;
}
</style>
border-color css
<style>
span { border-color: #C0F5DE; }
span { border-color: rgb(192,245,222); }
td.TdClassName
{
border-color: #C0F5DE;
}
.TagClassName
{
border-color: #C0F5DE;
}
</style>