Shades of Mint Tulip #C2FCDF
Tints of Mint Tulip #C2FCDF
RGB
CMYK
RGB Variations
Color information
#C2FCDF (or 0xC2FCDF) is known color: Mint Tulip. HEX triplet: C2, FC and DF. RGB value is (194,252,223). Sum of RGB (Red+Green+Blue) = 194+252+223=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCDF is #3D0320. Grayscale: #E7E7E7. Windows color (decimal): -3998497 or 14679234. OLE color: 14679234.
HSL color Cylindrical-coordinate representation of color #C2FCDF: hue angle of 150º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCDF is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 252 | 223 | - |
CMYK | 0.23 | 0 | 0.12 | 0.01 |
HSL | 150º | 0.91% | 0.87% | - |
HSV(B) | 150º | 0.23% | 0.99% | - |
XYZ | 70.38 | 86.42 | 82.78 | - |
YUV | 231.35 | 123.28 | 101.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 252 | 223 | 0.23 | 0 | 0.12 | 0.01 | 150 | 0.91 | 0.87 |
Hex | C2 | FC | DF | 17 | 0 | C | 1 | 96 | 5B | 57 |
Octal | 302 | 374 | 337 | 27 | 0 | 14 | 1 | 226 | 133 | 127 |
Binary | 11000010 | 11111100 | 11011111 | 10111 | 0 | 1100 | 1 | 10010110 | 1011011 | 1010111 |
Color Harmonies of #C2FCDF
Complementary color
Monochromatic Colors of #C2FCDF
Black with #C2FCDF
Text Example
Text Example
White with #C2FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FCDF; }
p { color: rgb(194,252,223); }
H1.HeaderClassName
{
color: #C2FCDF;
}
.AnyTagClassName
{
color: #C2FCDF;
}
</style>
background-color css
<style>
a { background-color: #C2FCDF; }
a { background-color: rgb(194,252,223); }
div.DivClassName
{
background-color: #C2FCDF;
}
.BgClassName
{
background-color: #C2FCDF;
}
</style>
border-color css
<style>
span { border-color: #C2FCDF; }
span { border-color: rgb(194,252,223); }
td.TdClassName
{
border-color: #C2FCDF;
}
.TagClassName
{
border-color: #C2FCDF;
}
</style>