Shades of Mint Tulip #C7EDDD
Tints of Mint Tulip #C7EDDD
RGB
CMYK
RGB Variations
Color information
#C7EDDD (or 0xC7EDDD) is known color: Mint Tulip. HEX triplet: C7, ED and DD. RGB value is (199,237,221). Sum of RGB (Red+Green+Blue) = 199+237+221=657 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.29% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #C7EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EDDD is #381222. Grayscale: #DFDFDF. Windows color (decimal): -3674659 or 14544327. OLE color: 14544327.
HSL color Cylindrical-coordinate representation of color #C7EDDD: hue angle of 154.74º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7EDDD is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 237 | 221 | - |
CMYK | 0.16 | 0 | 0.07 | 0.07 |
HSL | 154.74º | 0.51% | 0.85% | - |
HSV(B) | 154.74º | 0.16% | 0.93% | - |
XYZ | 66.89 | 77.93 | 79.92 | - |
YUV | 223.81 | 126.41 | 110.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 237 | 221 | 0.16 | 0 | 0.07 | 0.07 | 154.74 | 0.51 | 0.85 |
Hex | C7 | ED | DD | 10 | 0 | 7 | 7 | 9B | 33 | 55 |
Octal | 307 | 355 | 335 | 20 | 0 | 7 | 7 | 233 | 63 | 125 |
Binary | 11000111 | 11101101 | 11011101 | 10000 | 0 | 111 | 111 | 10011011 | 110011 | 1010101 |
Color Harmonies of #C7EDDD
Complementary color
Monochromatic Colors of #C7EDDD
Black with #C7EDDD
Text Example
Text Example
White with #C7EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EDDD; }
p { color: rgb(199,237,221); }
H1.HeaderClassName
{
color: #C7EDDD;
}
.AnyTagClassName
{
color: #C7EDDD;
}
</style>
background-color css
<style>
a { background-color: #C7EDDD; }
a { background-color: rgb(199,237,221); }
div.DivClassName
{
background-color: #C7EDDD;
}
.BgClassName
{
background-color: #C7EDDD;
}
</style>
border-color css
<style>
span { border-color: #C7EDDD; }
span { border-color: rgb(199,237,221); }
td.TdClassName
{
border-color: #C7EDDD;
}
.TagClassName
{
border-color: #C7EDDD;
}
</style>