Shades of Mint Tulip #C2EDDD
Tints of Mint Tulip #C2EDDD
RGB
CMYK
RGB Variations
Color information
#C2EDDD (or 0xC2EDDD) is known color: Mint Tulip. HEX triplet: C2, ED and DD. RGB value is (194,237,221). Sum of RGB (Red+Green+Blue) = 194+237+221=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDDD is #3D1222. Grayscale: #DEDEDE. Windows color (decimal): -4002339 or 14544322. OLE color: 14544322.
HSL color Cylindrical-coordinate representation of color #C2EDDD: hue angle of 157.67º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EDDD is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 237 | 221 | - |
CMYK | 0.18 | 0 | 0.07 | 0.07 |
HSL | 157.67º | 0.54% | 0.85% | - |
HSV(B) | 157.67º | 0.18% | 0.93% | - |
XYZ | 65.58 | 77.26 | 79.86 | - |
YUV | 222.32 | 127.25 | 107.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 237 | 221 | 0.18 | 0 | 0.07 | 0.07 | 157.67 | 0.54 | 0.85 |
Hex | C2 | ED | DD | 12 | 0 | 7 | 7 | 9E | 36 | 55 |
Octal | 302 | 355 | 335 | 22 | 0 | 7 | 7 | 236 | 66 | 125 |
Binary | 11000010 | 11101101 | 11011101 | 10010 | 0 | 111 | 111 | 10011110 | 110110 | 1010101 |
Color Harmonies of #C2EDDD
Complementary color
Monochromatic Colors of #C2EDDD
Black with #C2EDDD
Text Example
Text Example
White with #C2EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDDD; }
p { color: rgb(194,237,221); }
H1.HeaderClassName
{
color: #C2EDDD;
}
.AnyTagClassName
{
color: #C2EDDD;
}
</style>
background-color css
<style>
a { background-color: #C2EDDD; }
a { background-color: rgb(194,237,221); }
div.DivClassName
{
background-color: #C2EDDD;
}
.BgClassName
{
background-color: #C2EDDD;
}
</style>
border-color css
<style>
span { border-color: #C2EDDD; }
span { border-color: rgb(194,237,221); }
td.TdClassName
{
border-color: #C2EDDD;
}
.TagClassName
{
border-color: #C2EDDD;
}
</style>