Shades of Mint Tulip #C2FAE0
Tints of Mint Tulip #C2FAE0
RGB
CMYK
RGB Variations
Color information
#C2FAE0 (or 0xC2FAE0) is known color: Mint Tulip. HEX triplet: C2, FA and E0. RGB value is (194,250,224). Sum of RGB (Red+Green+Blue) = 194+250+224=668 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.04% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FAE0 is #3D051F. Grayscale: #E6E6E6. Windows color (decimal): -3999008 or 14744258. OLE color: 14744258.
HSL color Cylindrical-coordinate representation of color #C2FAE0: hue angle of 152.14º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2FAE0 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 224 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.02 |
| HSL | 152.14º | 0.85% | 0.87% | - |
| HSV(B) | 152.14º | 0.22% | 0.98% | - |
| XYZ | 69.89 | 85.22 | 83.29 | - |
| YUV | 230.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 224 | 0.22 | 0 | 0.10 | 0.02 | 152.14 | 0.85 | 0.87 |
| Hex | C2 | FA | E0 | 16 | 0 | A | 2 | 98 | 55 | 57 |
| Octal | 302 | 372 | 340 | 26 | 0 | 12 | 2 | 230 | 125 | 127 |
| Binary | 11000010 | 11111010 | 11100000 | 10110 | 0 | 1010 | 10 | 10011000 | 1010101 | 1010111 |
Color Harmonies of #C2FAE0
Complementary color
Monochromatic Colors of #C2FAE0
Black with #C2FAE0
Text Example
Text Example
White with #C2FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FAE0; }
p { color: rgb(194,250,224); }
H1.HeaderClassName
{
color: #C2FAE0;
}
.AnyTagClassName
{
color: #C2FAE0;
}
</style>
background-color css
<style>
a { background-color: #C2FAE0; }
a { background-color: rgb(194,250,224); }
div.DivClassName
{
background-color: #C2FAE0;
}
.BgClassName
{
background-color: #C2FAE0;
}
</style>
border-color css
<style>
span { border-color: #C2FAE0; }
span { border-color: rgb(194,250,224); }
td.TdClassName
{
border-color: #C2FAE0;
}
.TagClassName
{
border-color: #C2FAE0;
}
</style>