Shades of Mint Tulip #C5EEDB
Tints of Mint Tulip #C5EEDB
RGB
CMYK
RGB Variations
Color information
#C5EEDB (or 0xC5EEDB) is known color: Mint Tulip. HEX triplet: C5, EE and DB. RGB value is (197,238,219). Sum of RGB (Red+Green+Blue) = 197+238+219=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EEDB is #3A1124. Grayscale: #DFDFDF. Windows color (decimal): -3805477 or 14413509. OLE color: 14413509.
HSL color Cylindrical-coordinate representation of color #C5EEDB: hue angle of 152.2º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5EEDB is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 238 | 219 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.07 |
| HSL | 152.2º | 0.55% | 0.85% | - |
| HSV(B) | 152.2º | 0.17% | 0.93% | - |
| XYZ | 66.39 | 78.13 | 78.6 | - |
| YUV | 223.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 219 | 0.17 | 0 | 0.08 | 0.07 | 152.2 | 0.55 | 0.85 |
| Hex | C5 | EE | DB | 11 | 0 | 8 | 7 | 98 | 37 | 55 |
| Octal | 305 | 356 | 333 | 21 | 0 | 10 | 7 | 230 | 67 | 125 |
| Binary | 11000101 | 11101110 | 11011011 | 10001 | 0 | 1000 | 111 | 10011000 | 110111 | 1010101 |
Color Harmonies of #C5EEDB
Complementary color
Monochromatic Colors of #C5EEDB
Black with #C5EEDB
Text Example
Text Example
White with #C5EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEDB; }
p { color: rgb(197,238,219); }
H1.HeaderClassName
{
color: #C5EEDB;
}
.AnyTagClassName
{
color: #C5EEDB;
}
</style>
background-color css
<style>
a { background-color: #C5EEDB; }
a { background-color: rgb(197,238,219); }
div.DivClassName
{
background-color: #C5EEDB;
}
.BgClassName
{
background-color: #C5EEDB;
}
</style>
border-color css
<style>
span { border-color: #C5EEDB; }
span { border-color: rgb(197,238,219); }
td.TdClassName
{
border-color: #C5EEDB;
}
.TagClassName
{
border-color: #C5EEDB;
}
</style>