Shades of Mint Tulip #C3EEDB
Tints of Mint Tulip #C3EEDB
RGB
CMYK
RGB Variations
Color information
#C3EEDB (or 0xC3EEDB) is known color: Mint Tulip. HEX triplet: C3, EE and DB. RGB value is (195,238,219). Sum of RGB (Red+Green+Blue) = 195+238+219=652 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.91% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #C3EEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EEDB is #3C1124. Grayscale: #DFDFDF. Windows color (decimal): -3936549 or 14413507. OLE color: 14413507.
HSL color Cylindrical-coordinate representation of color #C3EEDB: hue angle of 153.49º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3EEDB is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 238 | 219 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.07 |
| HSL | 153.49º | 0.56% | 0.85% | - |
| HSV(B) | 153.49º | 0.18% | 0.93% | - |
| XYZ | 65.87 | 77.87 | 78.58 | - |
| YUV | 222.98 | 125.75 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 238 | 219 | 0.18 | 0 | 0.08 | 0.07 | 153.49 | 0.56 | 0.85 |
| Hex | C3 | EE | DB | 12 | 0 | 8 | 7 | 99 | 38 | 55 |
| Octal | 303 | 356 | 333 | 22 | 0 | 10 | 7 | 231 | 70 | 125 |
| Binary | 11000011 | 11101110 | 11011011 | 10010 | 0 | 1000 | 111 | 10011001 | 111000 | 1010101 |
Color Harmonies of #C3EEDB
Complementary color
Monochromatic Colors of #C3EEDB
Black with #C3EEDB
Text Example
Text Example
White with #C3EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EEDB; }
p { color: rgb(195,238,219); }
H1.HeaderClassName
{
color: #C3EEDB;
}
.AnyTagClassName
{
color: #C3EEDB;
}
</style>
background-color css
<style>
a { background-color: #C3EEDB; }
a { background-color: rgb(195,238,219); }
div.DivClassName
{
background-color: #C3EEDB;
}
.BgClassName
{
background-color: #C3EEDB;
}
</style>
border-color css
<style>
span { border-color: #C3EEDB; }
span { border-color: rgb(195,238,219); }
td.TdClassName
{
border-color: #C3EEDB;
}
.TagClassName
{
border-color: #C3EEDB;
}
</style>