Shades of Mint Tulip #C6EADF
Tints of Mint Tulip #C6EADF
RGB
CMYK
RGB Variations
Color information
#C6EADF (or 0xC6EADF) is known color: Mint Tulip. HEX triplet: C6, EA and DF. RGB value is (198,234,223). Sum of RGB (Red+Green+Blue) = 198+234+223=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EADF is #391520. Grayscale: #DDDDDD. Windows color (decimal): -3740961 or 14674630. OLE color: 14674630.
HSL color Cylindrical-coordinate representation of color #C6EADF: hue angle of 161.67º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6EADF is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 234 | 223 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.08 |
| HSL | 161.67º | 0.46% | 0.85% | - |
| HSV(B) | 161.67º | 0.15% | 0.92% | - |
| XYZ | 66.03 | 76.18 | 81.04 | - |
| YUV | 221.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 234 | 223 | 0.15 | 0 | 0.05 | 0.08 | 161.67 | 0.46 | 0.85 |
| Hex | C6 | EA | DF | F | 0 | 5 | 8 | A2 | 2E | 55 |
| Octal | 306 | 352 | 337 | 17 | 0 | 5 | 10 | 242 | 56 | 125 |
| Binary | 11000110 | 11101010 | 11011111 | 1111 | 0 | 101 | 1000 | 10100010 | 101110 | 1010101 |
Color Harmonies of #C6EADF
Complementary color
Monochromatic Colors of #C6EADF
Black with #C6EADF
Text Example
Text Example
White with #C6EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EADF; }
p { color: rgb(198,234,223); }
H1.HeaderClassName
{
color: #C6EADF;
}
.AnyTagClassName
{
color: #C6EADF;
}
</style>
background-color css
<style>
a { background-color: #C6EADF; }
a { background-color: rgb(198,234,223); }
div.DivClassName
{
background-color: #C6EADF;
}
.BgClassName
{
background-color: #C6EADF;
}
</style>
border-color css
<style>
span { border-color: #C6EADF; }
span { border-color: rgb(198,234,223); }
td.TdClassName
{
border-color: #C6EADF;
}
.TagClassName
{
border-color: #C6EADF;
}
</style>