Shades of Mint Tulip #C3F0DF
Tints of Mint Tulip #C3F0DF
RGB
CMYK
RGB Variations
Color information
#C3F0DF (or 0xC3F0DF) is known color: Mint Tulip. HEX triplet: C3, F0 and DF. RGB value is (195,240,223). Sum of RGB (Red+Green+Blue) = 195+240+223=658 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.64% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F0DF is #3C0F20. Grayscale: #E0E0E0. Windows color (decimal): -3936033 or 14676163. OLE color: 14676163.
HSL color Cylindrical-coordinate representation of color #C3F0DF: hue angle of 157.33º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F0DF is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 223 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.06 |
| HSL | 157.33º | 0.6% | 0.85% | - |
| HSV(B) | 157.33º | 0.19% | 0.94% | - |
| XYZ | 66.99 | 79.25 | 81.58 | - |
| YUV | 224.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 223 | 0.19 | 0 | 0.07 | 0.06 | 157.33 | 0.6 | 0.85 |
| Hex | C3 | F0 | DF | 13 | 0 | 7 | 6 | 9D | 3C | 55 |
| Octal | 303 | 360 | 337 | 23 | 0 | 7 | 6 | 235 | 74 | 125 |
| Binary | 11000011 | 11110000 | 11011111 | 10011 | 0 | 111 | 110 | 10011101 | 111100 | 1010101 |
Color Harmonies of #C3F0DF
Complementary color
Monochromatic Colors of #C3F0DF
Black with #C3F0DF
Text Example
Text Example
White with #C3F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F0DF; }
p { color: rgb(195,240,223); }
H1.HeaderClassName
{
color: #C3F0DF;
}
.AnyTagClassName
{
color: #C3F0DF;
}
</style>
background-color css
<style>
a { background-color: #C3F0DF; }
a { background-color: rgb(195,240,223); }
div.DivClassName
{
background-color: #C3F0DF;
}
.BgClassName
{
background-color: #C3F0DF;
}
</style>
border-color css
<style>
span { border-color: #C3F0DF; }
span { border-color: rgb(195,240,223); }
td.TdClassName
{
border-color: #C3F0DF;
}
.TagClassName
{
border-color: #C3F0DF;
}
</style>