Shades of Mint Tulip #C3EDDB
Tints of Mint Tulip #C3EDDB
RGB
CMYK
RGB Variations
Color information
#C3EDDB (or 0xC3EDDB) is known color: Mint Tulip. HEX triplet: C3, ED and DB. RGB value is (195,237,219). Sum of RGB (Red+Green+Blue) = 195+237+219=651 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.95% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #C3EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EDDB is #3C1224. Grayscale: #DEDEDE. Windows color (decimal): -3936805 or 14413251. OLE color: 14413251.
HSL color Cylindrical-coordinate representation of color #C3EDDB: hue angle of 154.29º 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 #C3EDDB is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 195 | 237 | 219 | - |
CMYK | 0.18 | 0 | 0.08 | 0.07 |
HSL | 154.29º | 0.54% | 0.85% | - |
HSV(B) | 154.29º | 0.18% | 0.93% | - |
XYZ | 65.58 | 77.28 | 78.48 | - |
YUV | 222.39 | 126.09 | 108.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 237 | 219 | 0.18 | 0 | 0.08 | 0.07 | 154.29 | 0.54 | 0.85 |
Hex | C3 | ED | DB | 12 | 0 | 8 | 7 | 9A | 36 | 55 |
Octal | 303 | 355 | 333 | 22 | 0 | 10 | 7 | 232 | 66 | 125 |
Binary | 11000011 | 11101101 | 11011011 | 10010 | 0 | 1000 | 111 | 10011010 | 110110 | 1010101 |
Color Harmonies of #C3EDDB
Complementary color
Monochromatic Colors of #C3EDDB
Black with #C3EDDB
Text Example
Text Example
White with #C3EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EDDB; }
p { color: rgb(195,237,219); }
H1.HeaderClassName
{
color: #C3EDDB;
}
.AnyTagClassName
{
color: #C3EDDB;
}
</style>
background-color css
<style>
a { background-color: #C3EDDB; }
a { background-color: rgb(195,237,219); }
div.DivClassName
{
background-color: #C3EDDB;
}
.BgClassName
{
background-color: #C3EDDB;
}
</style>
border-color css
<style>
span { border-color: #C3EDDB; }
span { border-color: rgb(195,237,219); }
td.TdClassName
{
border-color: #C3EDDB;
}
.TagClassName
{
border-color: #C3EDDB;
}
</style>