Shades of Mint Tulip #C5EADB
Tints of Mint Tulip #C5EADB
RGB
CMYK
RGB Variations
Color information
#C5EADB (or 0xC5EADB) is known color: Mint Tulip. HEX triplet: C5, EA and DB. RGB value is (197,234,219). Sum of RGB (Red+Green+Blue) = 197+234+219=650 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.31% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EADB is #3A1524. Grayscale: #DDDDDD. Windows color (decimal): -3806501 or 14412485. OLE color: 14412485.
HSL color Cylindrical-coordinate representation of color #C5EADB: hue angle of 155.68º 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 #C5EADB is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 197 | 234 | 219 | - |
CMYK | 0.16 | 0 | 0.06 | 0.08 |
HSL | 155.68º | 0.47% | 0.85% | - |
HSV(B) | 155.68º | 0.16% | 0.92% | - |
XYZ | 65.23 | 75.83 | 78.22 | - |
YUV | 221.23 | 126.74 | 110.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 234 | 219 | 0.16 | 0 | 0.06 | 0.08 | 155.68 | 0.47 | 0.85 |
Hex | C5 | EA | DB | 10 | 0 | 6 | 8 | 9C | 2F | 55 |
Octal | 305 | 352 | 333 | 20 | 0 | 6 | 10 | 234 | 57 | 125 |
Binary | 11000101 | 11101010 | 11011011 | 10000 | 0 | 110 | 1000 | 10011100 | 101111 | 1010101 |
Color Harmonies of #C5EADB
Complementary color
Monochromatic Colors of #C5EADB
Black with #C5EADB
Text Example
Text Example
White with #C5EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EADB; }
p { color: rgb(197,234,219); }
H1.HeaderClassName
{
color: #C5EADB;
}
.AnyTagClassName
{
color: #C5EADB;
}
</style>
background-color css
<style>
a { background-color: #C5EADB; }
a { background-color: rgb(197,234,219); }
div.DivClassName
{
background-color: #C5EADB;
}
.BgClassName
{
background-color: #C5EADB;
}
</style>
border-color css
<style>
span { border-color: #C5EADB; }
span { border-color: rgb(197,234,219); }
td.TdClassName
{
border-color: #C5EADB;
}
.TagClassName
{
border-color: #C5EADB;
}
</style>