Shades of Mint Tulip #C2EDDB
Tints of Mint Tulip #C2EDDB
RGB
CMYK
RGB Variations
Color information
#C2EDDB (or 0xC2EDDB) is known color: Mint Tulip. HEX triplet: C2, ED and DB. RGB value is (194,237,219). Sum of RGB (Red+Green+Blue) = 194+237+219=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDDB is #3D1224. Grayscale: #DEDEDE. Windows color (decimal): -4002341 or 14413250. OLE color: 14413250.
HSL color Cylindrical-coordinate representation of color #C2EDDB: hue angle of 154.88º degrees, saturation: 0.54, 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 #C2EDDB is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 237 | 219 | - |
CMYK | 0.18 | 0 | 0.08 | 0.07 |
HSL | 154.88º | 0.54% | 0.85% | - |
HSV(B) | 154.88º | 0.18% | 0.93% | - |
XYZ | 65.32 | 77.15 | 78.47 | - |
YUV | 222.09 | 126.25 | 107.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 237 | 219 | 0.18 | 0 | 0.08 | 0.07 | 154.88 | 0.54 | 0.85 |
Hex | C2 | ED | DB | 12 | 0 | 8 | 7 | 9B | 36 | 55 |
Octal | 302 | 355 | 333 | 22 | 0 | 10 | 7 | 233 | 66 | 125 |
Binary | 11000010 | 11101101 | 11011011 | 10010 | 0 | 1000 | 111 | 10011011 | 110110 | 1010101 |
Color Harmonies of #C2EDDB
Complementary color
Monochromatic Colors of #C2EDDB
Black with #C2EDDB
Text Example
Text Example
White with #C2EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDDB; }
p { color: rgb(194,237,219); }
H1.HeaderClassName
{
color: #C2EDDB;
}
.AnyTagClassName
{
color: #C2EDDB;
}
</style>
background-color css
<style>
a { background-color: #C2EDDB; }
a { background-color: rgb(194,237,219); }
div.DivClassName
{
background-color: #C2EDDB;
}
.BgClassName
{
background-color: #C2EDDB;
}
</style>
border-color css
<style>
span { border-color: #C2EDDB; }
span { border-color: rgb(194,237,219); }
td.TdClassName
{
border-color: #C2EDDB;
}
.TagClassName
{
border-color: #C2EDDB;
}
</style>