Shades of Mint Tulip #C5EADA
Tints of Mint Tulip #C5EADA
RGB
CMYK
RGB Variations
Color information
#C5EADA (or 0xC5EADA) is known color: Mint Tulip. HEX triplet: C5, EA and DA. RGB value is (197,234,218). Sum of RGB (Red+Green+Blue) = 197+234+218=649 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.35% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EADA is #3A1525. Grayscale: #DDDDDD. Windows color (decimal): -3806502 or 14346949. OLE color: 14346949.
HSL color Cylindrical-coordinate representation of color #C5EADA: hue angle of 154.05º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5EADA is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 197 | 234 | 218 | - |
CMYK | 0.16 | 0 | 0.07 | 0.08 |
HSL | 154.05º | 0.47% | 0.85% | - |
HSV(B) | 154.05º | 0.16% | 0.92% | - |
XYZ | 65.1 | 75.78 | 77.52 | - |
YUV | 221.11 | 126.24 | 110.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 234 | 218 | 0.16 | 0 | 0.07 | 0.08 | 154.05 | 0.47 | 0.85 |
Hex | C5 | EA | DA | 10 | 0 | 7 | 8 | 9A | 2F | 55 |
Octal | 305 | 352 | 332 | 20 | 0 | 7 | 10 | 232 | 57 | 125 |
Binary | 11000101 | 11101010 | 11011010 | 10000 | 0 | 111 | 1000 | 10011010 | 101111 | 1010101 |
Color Harmonies of #C5EADA
Complementary color
Monochromatic Colors of #C5EADA
Black with #C5EADA
Text Example
Text Example
White with #C5EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EADA; }
p { color: rgb(197,234,218); }
H1.HeaderClassName
{
color: #C5EADA;
}
.AnyTagClassName
{
color: #C5EADA;
}
</style>
background-color css
<style>
a { background-color: #C5EADA; }
a { background-color: rgb(197,234,218); }
div.DivClassName
{
background-color: #C5EADA;
}
.BgClassName
{
background-color: #C5EADA;
}
</style>
border-color css
<style>
span { border-color: #C5EADA; }
span { border-color: rgb(197,234,218); }
td.TdClassName
{
border-color: #C5EADA;
}
.TagClassName
{
border-color: #C5EADA;
}
</style>