Shades of Mint Tulip #C0F5E1
Tints of Mint Tulip #C0F5E1
RGB
CMYK
RGB Variations
Color information
#C0F5E1 (or 0xC0F5E1) is known color: Mint Tulip. HEX triplet: C0, F5 and E1. RGB value is (192,245,225). Sum of RGB (Red+Green+Blue) = 192+245+225=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F5E1 is #3F0A1E. Grayscale: #E2E2E2. Windows color (decimal): -4131359 or 14808512. OLE color: 14808512.
HSL color Cylindrical-coordinate representation of color #C0F5E1: hue angle of 157.36º 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 #C0F5E1 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
RGB | 192 | 245 | 225 | - |
CMYK | 0.22 | 0 | 0.08 | 0.04 |
HSL | 157.36º | 0.73% | 0.86% | - |
HSV(B) | 157.36º | 0.22% | 0.96% | - |
XYZ | 67.98 | 81.95 | 83.47 | - |
YUV | 226.87 | 126.94 | 103.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 245 | 225 | 0.22 | 0 | 0.08 | 0.04 | 157.36 | 0.73 | 0.86 |
Hex | C0 | F5 | E1 | 16 | 0 | 8 | 4 | 9D | 49 | 56 |
Octal | 300 | 365 | 341 | 26 | 0 | 10 | 4 | 235 | 111 | 126 |
Binary | 11000000 | 11110101 | 11100001 | 10110 | 0 | 1000 | 100 | 10011101 | 1001001 | 1010110 |
Color Harmonies of #C0F5E1
Complementary color
Monochromatic Colors of #C0F5E1
Black with #C0F5E1
Text Example
Text Example
White with #C0F5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F5E1; }
p { color: rgb(192,245,225); }
H1.HeaderClassName
{
color: #C0F5E1;
}
.AnyTagClassName
{
color: #C0F5E1;
}
</style>
background-color css
<style>
a { background-color: #C0F5E1; }
a { background-color: rgb(192,245,225); }
div.DivClassName
{
background-color: #C0F5E1;
}
.BgClassName
{
background-color: #C0F5E1;
}
</style>
border-color css
<style>
span { border-color: #C0F5E1; }
span { border-color: rgb(192,245,225); }
td.TdClassName
{
border-color: #C0F5E1;
}
.TagClassName
{
border-color: #C0F5E1;
}
</style>