Shades of Mint Tulip #C8F0DE
Tints of Mint Tulip #C8F0DE
RGB
CMYK
RGB Variations
Color information
#C8F0DE (or 0xC8F0DE) is known color: Mint Tulip. HEX triplet: C8, F0 and DE. RGB value is (200,240,222). Sum of RGB (Red+Green+Blue) = 200+240+222=662 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.21% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F0DE is #370F21. Grayscale: #E2E2E2. Windows color (decimal): -3608354 or 14610632. OLE color: 14610632.
HSL color Cylindrical-coordinate representation of color #C8F0DE: hue angle of 153º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F0DE is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 222 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.06 |
| HSL | 153º | 0.57% | 0.86% | - |
| HSV(B) | 153º | 0.17% | 0.94% | - |
| XYZ | 68.16 | 79.87 | 80.93 | - |
| YUV | 225.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 222 | 0.17 | 0 | 0.08 | 0.06 | 153 | 0.57 | 0.86 |
| Hex | C8 | F0 | DE | 11 | 0 | 8 | 6 | 99 | 39 | 56 |
| Octal | 310 | 360 | 336 | 21 | 0 | 10 | 6 | 231 | 71 | 126 |
| Binary | 11001000 | 11110000 | 11011110 | 10001 | 0 | 1000 | 110 | 10011001 | 111001 | 1010110 |
Color Harmonies of #C8F0DE
Complementary color
Monochromatic Colors of #C8F0DE
Black with #C8F0DE
Text Example
Text Example
White with #C8F0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F0DE; }
p { color: rgb(200,240,222); }
H1.HeaderClassName
{
color: #C8F0DE;
}
.AnyTagClassName
{
color: #C8F0DE;
}
</style>
background-color css
<style>
a { background-color: #C8F0DE; }
a { background-color: rgb(200,240,222); }
div.DivClassName
{
background-color: #C8F0DE;
}
.BgClassName
{
background-color: #C8F0DE;
}
</style>
border-color css
<style>
span { border-color: #C8F0DE; }
span { border-color: rgb(200,240,222); }
td.TdClassName
{
border-color: #C8F0DE;
}
.TagClassName
{
border-color: #C8F0DE;
}
</style>