Shades of Mint Tulip #C2FDDF
Tints of Mint Tulip #C2FDDF
RGB
CMYK
RGB Variations
Color information
#C2FDDF (or 0xC2FDDF) is known color: Mint Tulip. HEX triplet: C2, FD and DF. RGB value is (194,253,223). Sum of RGB (Red+Green+Blue) = 194+253+223=670 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.96% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDDF is #3D0220. Grayscale: #E7E7E7. Windows color (decimal): -3998241 or 14679490. OLE color: 14679490.
HSL color Cylindrical-coordinate representation of color #C2FDDF: hue angle of 149.49º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDDF is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 223 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.01 |
| HSL | 149.49º | 0.94% | 0.88% | - |
| HSV(B) | 149.49º | 0.23% | 0.99% | - |
| XYZ | 70.69 | 87.05 | 82.89 | - |
| YUV | 231.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 223 | 0.23 | 0 | 0.12 | 0.01 | 149.49 | 0.94 | 0.88 |
| Hex | C2 | FD | DF | 17 | 0 | C | 1 | 95 | 5E | 58 |
| Octal | 302 | 375 | 337 | 27 | 0 | 14 | 1 | 225 | 136 | 130 |
| Binary | 11000010 | 11111101 | 11011111 | 10111 | 0 | 1100 | 1 | 10010101 | 1011110 | 1011000 |
Color Harmonies of #C2FDDF
Complementary color
Monochromatic Colors of #C2FDDF
Black with #C2FDDF
Text Example
Text Example
White with #C2FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDDF; }
p { color: rgb(194,253,223); }
H1.HeaderClassName
{
color: #C2FDDF;
}
.AnyTagClassName
{
color: #C2FDDF;
}
</style>
background-color css
<style>
a { background-color: #C2FDDF; }
a { background-color: rgb(194,253,223); }
div.DivClassName
{
background-color: #C2FDDF;
}
.BgClassName
{
background-color: #C2FDDF;
}
</style>
border-color css
<style>
span { border-color: #C2FDDF; }
span { border-color: rgb(194,253,223); }
td.TdClassName
{
border-color: #C2FDDF;
}
.TagClassName
{
border-color: #C2FDDF;
}
</style>