Shades of Mint Tulip #C2F0DD
Tints of Mint Tulip #C2F0DD
RGB
CMYK
RGB Variations
Color information
#C2F0DD (or 0xC2F0DD) is known color: Mint Tulip. HEX triplet: C2, F0 and DD. RGB value is (194,240,221). Sum of RGB (Red+Green+Blue) = 194+240+221=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F0DD is #3D0F22. Grayscale: #E0E0E0. Windows color (decimal): -4001571 or 14545090. OLE color: 14545090.
HSL color Cylindrical-coordinate representation of color #C2F0DD: hue angle of 155.22º degrees, saturation: 0.61, 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 #C2F0DD is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 221 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.06 |
| HSL | 155.22º | 0.61% | 0.85% | - |
| HSV(B) | 155.22º | 0.19% | 0.94% | - |
| XYZ | 66.46 | 79.01 | 80.15 | - |
| YUV | 224.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 221 | 0.19 | 0 | 0.08 | 0.06 | 155.22 | 0.61 | 0.85 |
| Hex | C2 | F0 | DD | 13 | 0 | 8 | 6 | 9B | 3D | 55 |
| Octal | 302 | 360 | 335 | 23 | 0 | 10 | 6 | 233 | 75 | 125 |
| Binary | 11000010 | 11110000 | 11011101 | 10011 | 0 | 1000 | 110 | 10011011 | 111101 | 1010101 |
Color Harmonies of #C2F0DD
Complementary color
Monochromatic Colors of #C2F0DD
Black with #C2F0DD
Text Example
Text Example
White with #C2F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F0DD; }
p { color: rgb(194,240,221); }
H1.HeaderClassName
{
color: #C2F0DD;
}
.AnyTagClassName
{
color: #C2F0DD;
}
</style>
background-color css
<style>
a { background-color: #C2F0DD; }
a { background-color: rgb(194,240,221); }
div.DivClassName
{
background-color: #C2F0DD;
}
.BgClassName
{
background-color: #C2F0DD;
}
</style>
border-color css
<style>
span { border-color: #C2F0DD; }
span { border-color: rgb(194,240,221); }
td.TdClassName
{
border-color: #C2F0DD;
}
.TagClassName
{
border-color: #C2F0DD;
}
</style>