Shades of Mint Tulip #C2EADA
Tints of Mint Tulip #C2EADA
RGB
CMYK
RGB Variations
Color information
#C2EADA (or 0xC2EADA) is known color: Mint Tulip. HEX triplet: C2, EA and DA. RGB value is (194,234,218). Sum of RGB (Red+Green+Blue) = 194+234+218=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EADA is #3D1525. Grayscale: #DCDCDC. Windows color (decimal): -4003110 or 14346946. OLE color: 14346946.
HSL color Cylindrical-coordinate representation of color #C2EADA: hue angle of 156º degrees, saturation: 0.49, 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 #C2EADA is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 194 | 234 | 218 | - |
CMYK | 0.17 | 0 | 0.07 | 0.08 |
HSL | 156º | 0.49% | 0.84% | - |
HSV(B) | 156º | 0.17% | 0.92% | - |
XYZ | 64.33 | 75.38 | 77.49 | - |
YUV | 220.22 | 126.75 | 109.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 234 | 218 | 0.17 | 0 | 0.07 | 0.08 | 156 | 0.49 | 0.84 |
Hex | C2 | EA | DA | 11 | 0 | 7 | 8 | 9C | 31 | 54 |
Octal | 302 | 352 | 332 | 21 | 0 | 7 | 10 | 234 | 61 | 124 |
Binary | 11000010 | 11101010 | 11011010 | 10001 | 0 | 111 | 1000 | 10011100 | 110001 | 1010100 |
Color Harmonies of #C2EADA
Complementary color
Monochromatic Colors of #C2EADA
Black with #C2EADA
Text Example
Text Example
White with #C2EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EADA; }
p { color: rgb(194,234,218); }
H1.HeaderClassName
{
color: #C2EADA;
}
.AnyTagClassName
{
color: #C2EADA;
}
</style>
background-color css
<style>
a { background-color: #C2EADA; }
a { background-color: rgb(194,234,218); }
div.DivClassName
{
background-color: #C2EADA;
}
.BgClassName
{
background-color: #C2EADA;
}
</style>
border-color css
<style>
span { border-color: #C2EADA; }
span { border-color: rgb(194,234,218); }
td.TdClassName
{
border-color: #C2EADA;
}
.TagClassName
{
border-color: #C2EADA;
}
</style>