Shades of Mint Tulip #C3F2DD
Tints of Mint Tulip #C3F2DD
RGB
CMYK
RGB Variations
Color information
#C3F2DD (or 0xC3F2DD) is known color: Mint Tulip. HEX triplet: C3, F2 and DD. RGB value is (195,242,221). Sum of RGB (Red+Green+Blue) = 195+242+221=658 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.64% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F2DD is #3C0D22. Grayscale: #E1E1E1. Windows color (decimal): -3935523 or 14545603. OLE color: 14545603.
HSL color Cylindrical-coordinate representation of color #C3F2DD: hue angle of 153.19º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F2DD is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 221 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.05 |
| HSL | 153.19º | 0.64% | 0.86% | - |
| HSV(B) | 153.19º | 0.19% | 0.95% | - |
| XYZ | 67.31 | 80.33 | 80.36 | - |
| YUV | 225.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 221 | 0.19 | 0 | 0.09 | 0.05 | 153.19 | 0.64 | 0.86 |
| Hex | C3 | F2 | DD | 13 | 0 | 9 | 5 | 99 | 40 | 56 |
| Octal | 303 | 362 | 335 | 23 | 0 | 11 | 5 | 231 | 100 | 126 |
| Binary | 11000011 | 11110010 | 11011101 | 10011 | 0 | 1001 | 101 | 10011001 | 1000000 | 1010110 |
Color Harmonies of #C3F2DD
Complementary color
Monochromatic Colors of #C3F2DD
Black with #C3F2DD
Text Example
Text Example
White with #C3F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F2DD; }
p { color: rgb(195,242,221); }
H1.HeaderClassName
{
color: #C3F2DD;
}
.AnyTagClassName
{
color: #C3F2DD;
}
</style>
background-color css
<style>
a { background-color: #C3F2DD; }
a { background-color: rgb(195,242,221); }
div.DivClassName
{
background-color: #C3F2DD;
}
.BgClassName
{
background-color: #C3F2DD;
}
</style>
border-color css
<style>
span { border-color: #C3F2DD; }
span { border-color: rgb(195,242,221); }
td.TdClassName
{
border-color: #C3F2DD;
}
.TagClassName
{
border-color: #C3F2DD;
}
</style>