Shades of Mint Tulip #C2F0DF
Tints of Mint Tulip #C2F0DF
RGB
CMYK
RGB Variations
Color information
#C2F0DF (or 0xC2F0DF) is known color: Mint Tulip. HEX triplet: C2, F0 and DF. RGB value is (194,240,223). Sum of RGB (Red+Green+Blue) = 194+240+223=657 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.53% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F0DF is #3D0F20. Grayscale: #E0E0E0. Windows color (decimal): -4001569 or 14676162. OLE color: 14676162.
HSL color Cylindrical-coordinate representation of color #C2F0DF: hue angle of 157.83º 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 #C2F0DF is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 194 | 240 | 223 | - |
CMYK | 0.19 | 0 | 0.07 | 0.06 |
HSL | 157.83º | 0.61% | 0.85% | - |
HSV(B) | 157.83º | 0.19% | 0.94% | - |
XYZ | 66.73 | 79.12 | 81.57 | - |
YUV | 224.31 | 127.26 | 106.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 240 | 223 | 0.19 | 0 | 0.07 | 0.06 | 157.83 | 0.61 | 0.85 |
Hex | C2 | F0 | DF | 13 | 0 | 7 | 6 | 9E | 3D | 55 |
Octal | 302 | 360 | 337 | 23 | 0 | 7 | 6 | 236 | 75 | 125 |
Binary | 11000010 | 11110000 | 11011111 | 10011 | 0 | 111 | 110 | 10011110 | 111101 | 1010101 |
Color Harmonies of #C2F0DF
Complementary color
Monochromatic Colors of #C2F0DF
Black with #C2F0DF
Text Example
Text Example
White with #C2F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F0DF; }
p { color: rgb(194,240,223); }
H1.HeaderClassName
{
color: #C2F0DF;
}
.AnyTagClassName
{
color: #C2F0DF;
}
</style>
background-color css
<style>
a { background-color: #C2F0DF; }
a { background-color: rgb(194,240,223); }
div.DivClassName
{
background-color: #C2F0DF;
}
.BgClassName
{
background-color: #C2F0DF;
}
</style>
border-color css
<style>
span { border-color: #C2F0DF; }
span { border-color: rgb(194,240,223); }
td.TdClassName
{
border-color: #C2F0DF;
}
.TagClassName
{
border-color: #C2F0DF;
}
</style>