Shades of Mint Tulip #C5EBDB
Tints of Mint Tulip #C5EBDB
RGB
CMYK
RGB Variations
Color information
#C5EBDB (or 0xC5EBDB) is known color: Mint Tulip. HEX triplet: C5, EB and DB. RGB value is (197,235,219). Sum of RGB (Red+Green+Blue) = 197+235+219=651 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.26% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EBDB is #3A1424. Grayscale: #DDDDDD. Windows color (decimal): -3806245 or 14412741. OLE color: 14412741.
HSL color Cylindrical-coordinate representation of color #C5EBDB: hue angle of 154.74º degrees, saturation: 0.49, 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 #C5EBDB is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 197 | 235 | 219 | - |
CMYK | 0.16 | 0 | 0.07 | 0.08 |
HSL | 154.74º | 0.49% | 0.85% | - |
HSV(B) | 154.74º | 0.16% | 0.92% | - |
XYZ | 65.52 | 76.4 | 78.31 | - |
YUV | 221.81 | 126.41 | 110.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 235 | 219 | 0.16 | 0 | 0.07 | 0.08 | 154.74 | 0.49 | 0.85 |
Hex | C5 | EB | DB | 10 | 0 | 7 | 8 | 9B | 31 | 55 |
Octal | 305 | 353 | 333 | 20 | 0 | 7 | 10 | 233 | 61 | 125 |
Binary | 11000101 | 11101011 | 11011011 | 10000 | 0 | 111 | 1000 | 10011011 | 110001 | 1010101 |
Color Harmonies of #C5EBDB
Complementary color
Monochromatic Colors of #C5EBDB
Black with #C5EBDB
Text Example
Text Example
White with #C5EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EBDB; }
p { color: rgb(197,235,219); }
H1.HeaderClassName
{
color: #C5EBDB;
}
.AnyTagClassName
{
color: #C5EBDB;
}
</style>
background-color css
<style>
a { background-color: #C5EBDB; }
a { background-color: rgb(197,235,219); }
div.DivClassName
{
background-color: #C5EBDB;
}
.BgClassName
{
background-color: #C5EBDB;
}
</style>
border-color css
<style>
span { border-color: #C5EBDB; }
span { border-color: rgb(197,235,219); }
td.TdClassName
{
border-color: #C5EBDB;
}
.TagClassName
{
border-color: #C5EBDB;
}
</style>