Shades of Mint Tulip #C2EBE0
Tints of Mint Tulip #C2EBE0
RGB
CMYK
RGB Variations
Color information
#C2EBE0 (or 0xC2EBE0) is known color: Mint Tulip. HEX triplet: C2, EB and E0. RGB value is (194,235,224). Sum of RGB (Red+Green+Blue) = 194+235+224=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBE0 is #3D141F. Grayscale: #DDDDDD. Windows color (decimal): -4002848 or 14740418. OLE color: 14740418.
HSL color Cylindrical-coordinate representation of color #C2EBE0: hue angle of 163.9º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EBE0 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 224 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.08 |
| HSL | 163.9º | 0.51% | 0.84% | - |
| HSV(B) | 163.9º | 0.17% | 0.92% | - |
| XYZ | 65.41 | 76.27 | 81.79 | - |
| YUV | 221.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 224 | 0.17 | 0 | 0.05 | 0.08 | 163.9 | 0.51 | 0.84 |
| Hex | C2 | EB | E0 | 11 | 0 | 5 | 8 | A4 | 33 | 54 |
| Octal | 302 | 353 | 340 | 21 | 0 | 5 | 10 | 244 | 63 | 124 |
| Binary | 11000010 | 11101011 | 11100000 | 10001 | 0 | 101 | 1000 | 10100100 | 110011 | 1010100 |
Color Harmonies of #C2EBE0
Complementary color
Monochromatic Colors of #C2EBE0
Black with #C2EBE0
Text Example
Text Example
White with #C2EBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBE0; }
p { color: rgb(194,235,224); }
H1.HeaderClassName
{
color: #C2EBE0;
}
.AnyTagClassName
{
color: #C2EBE0;
}
</style>
background-color css
<style>
a { background-color: #C2EBE0; }
a { background-color: rgb(194,235,224); }
div.DivClassName
{
background-color: #C2EBE0;
}
.BgClassName
{
background-color: #C2EBE0;
}
</style>
border-color css
<style>
span { border-color: #C2EBE0; }
span { border-color: rgb(194,235,224); }
td.TdClassName
{
border-color: #C2EBE0;
}
.TagClassName
{
border-color: #C2EBE0;
}
</style>