Shades of Mint Tulip #C3EDDD
Tints of Mint Tulip #C3EDDD
RGB
CMYK
RGB Variations
Color information
#C3EDDD (or 0xC3EDDD) is known color: Mint Tulip. HEX triplet: C3, ED and DD. RGB value is (195,237,221). Sum of RGB (Red+Green+Blue) = 195+237+221=653 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.86% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #C3EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EDDD is #3C1222. Grayscale: #DEDEDE. Windows color (decimal): -3936803 or 14544323. OLE color: 14544323.
HSL color Cylindrical-coordinate representation of color #C3EDDD: hue angle of 157.14º 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 #C3EDDD is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 237 | 221 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.07 |
| HSL | 157.14º | 0.54% | 0.85% | - |
| HSV(B) | 157.14º | 0.18% | 0.93% | - |
| XYZ | 65.84 | 77.39 | 79.87 | - |
| YUV | 222.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 221 | 0.18 | 0 | 0.07 | 0.07 | 157.14 | 0.54 | 0.85 |
| Hex | C3 | ED | DD | 12 | 0 | 7 | 7 | 9D | 36 | 55 |
| Octal | 303 | 355 | 335 | 22 | 0 | 7 | 7 | 235 | 66 | 125 |
| Binary | 11000011 | 11101101 | 11011101 | 10010 | 0 | 111 | 111 | 10011101 | 110110 | 1010101 |
Color Harmonies of #C3EDDD
Complementary color
Monochromatic Colors of #C3EDDD
Black with #C3EDDD
Text Example
Text Example
White with #C3EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EDDD; }
p { color: rgb(195,237,221); }
H1.HeaderClassName
{
color: #C3EDDD;
}
.AnyTagClassName
{
color: #C3EDDD;
}
</style>
background-color css
<style>
a { background-color: #C3EDDD; }
a { background-color: rgb(195,237,221); }
div.DivClassName
{
background-color: #C3EDDD;
}
.BgClassName
{
background-color: #C3EDDD;
}
</style>
border-color css
<style>
span { border-color: #C3EDDD; }
span { border-color: rgb(195,237,221); }
td.TdClassName
{
border-color: #C3EDDD;
}
.TagClassName
{
border-color: #C3EDDD;
}
</style>