Shades of Mint Tulip #C3EADA
Tints of Mint Tulip #C3EADA
RGB
CMYK
RGB Variations
Color information
#C3EADA (or 0xC3EADA) is known color: Mint Tulip. HEX triplet: C3, EA and DA. RGB value is (195,234,218). Sum of RGB (Red+Green+Blue) = 195+234+218=647 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.14% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EADA is #3C1525. Grayscale: #DCDCDC. Windows color (decimal): -3937574 or 14346947. OLE color: 14346947.
HSL color Cylindrical-coordinate representation of color #C3EADA: hue angle of 155.38º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3EADA is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 234 | 218 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.08 |
| HSL | 155.38º | 0.48% | 0.84% | - |
| HSV(B) | 155.38º | 0.17% | 0.92% | - |
| XYZ | 64.58 | 75.51 | 77.5 | - |
| YUV | 220.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 234 | 218 | 0.17 | 0 | 0.07 | 0.08 | 155.38 | 0.48 | 0.84 |
| Hex | C3 | EA | DA | 11 | 0 | 7 | 8 | 9B | 30 | 54 |
| Octal | 303 | 352 | 332 | 21 | 0 | 7 | 10 | 233 | 60 | 124 |
| Binary | 11000011 | 11101010 | 11011010 | 10001 | 0 | 111 | 1000 | 10011011 | 110000 | 1010100 |
Color Harmonies of #C3EADA
Complementary color
Monochromatic Colors of #C3EADA
Black with #C3EADA
Text Example
Text Example
White with #C3EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EADA; }
p { color: rgb(195,234,218); }
H1.HeaderClassName
{
color: #C3EADA;
}
.AnyTagClassName
{
color: #C3EADA;
}
</style>
background-color css
<style>
a { background-color: #C3EADA; }
a { background-color: rgb(195,234,218); }
div.DivClassName
{
background-color: #C3EADA;
}
.BgClassName
{
background-color: #C3EADA;
}
</style>
border-color css
<style>
span { border-color: #C3EADA; }
span { border-color: rgb(195,234,218); }
td.TdClassName
{
border-color: #C3EADA;
}
.TagClassName
{
border-color: #C3EADA;
}
</style>