Shades of Mint Tulip #C4F0DD
Tints of Mint Tulip #C4F0DD
RGB
CMYK
RGB Variations
Color information
#C4F0DD (or 0xC4F0DD) is known color: Mint Tulip. HEX triplet: C4, F0 and DD. RGB value is (196,240,221). Sum of RGB (Red+Green+Blue) = 196+240+221=657 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.83% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F0DD is #3B0F22. Grayscale: #E0E0E0. Windows color (decimal): -3870499 or 14545092. OLE color: 14545092.
HSL color Cylindrical-coordinate representation of color #C4F0DD: hue angle of 154.09º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4F0DD is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 221 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.06 |
| HSL | 154.09º | 0.59% | 0.85% | - |
| HSV(B) | 154.09º | 0.18% | 0.94% | - |
| XYZ | 66.98 | 79.28 | 80.18 | - |
| YUV | 224.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 221 | 0.18 | 0 | 0.08 | 0.06 | 154.09 | 0.59 | 0.85 |
| Hex | C4 | F0 | DD | 12 | 0 | 8 | 6 | 9A | 3B | 55 |
| Octal | 304 | 360 | 335 | 22 | 0 | 10 | 6 | 232 | 73 | 125 |
| Binary | 11000100 | 11110000 | 11011101 | 10010 | 0 | 1000 | 110 | 10011010 | 111011 | 1010101 |
Color Harmonies of #C4F0DD
Complementary color
Monochromatic Colors of #C4F0DD
Black with #C4F0DD
Text Example
Text Example
White with #C4F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F0DD; }
p { color: rgb(196,240,221); }
H1.HeaderClassName
{
color: #C4F0DD;
}
.AnyTagClassName
{
color: #C4F0DD;
}
</style>
background-color css
<style>
a { background-color: #C4F0DD; }
a { background-color: rgb(196,240,221); }
div.DivClassName
{
background-color: #C4F0DD;
}
.BgClassName
{
background-color: #C4F0DD;
}
</style>
border-color css
<style>
span { border-color: #C4F0DD; }
span { border-color: rgb(196,240,221); }
td.TdClassName
{
border-color: #C4F0DD;
}
.TagClassName
{
border-color: #C4F0DD;
}
</style>