Shades of Mint Tulip #C8EBE0
Tints of Mint Tulip #C8EBE0
RGB
CMYK
RGB Variations
Color information
#C8EBE0 (or 0xC8EBE0) is known color: Mint Tulip. HEX triplet: C8, EB and E0. RGB value is (200,235,224). Sum of RGB (Red+Green+Blue) = 200+235+224=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EBE0 is #37141F. Grayscale: #DFDFDF. Windows color (decimal): -3609632 or 14740424. OLE color: 14740424.
HSL color Cylindrical-coordinate representation of color #C8EBE0: hue angle of 161.14º degrees, saturation: 0.47, 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 #C8EBE0 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 224 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.08 |
| HSL | 161.14º | 0.47% | 0.85% | - |
| HSV(B) | 161.14º | 0.15% | 0.92% | - |
| XYZ | 66.98 | 77.08 | 81.87 | - |
| YUV | 223.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 224 | 0.15 | 0 | 0.05 | 0.08 | 161.14 | 0.47 | 0.85 |
| Hex | C8 | EB | E0 | F | 0 | 5 | 8 | A1 | 2F | 55 |
| Octal | 310 | 353 | 340 | 17 | 0 | 5 | 10 | 241 | 57 | 125 |
| Binary | 11001000 | 11101011 | 11100000 | 1111 | 0 | 101 | 1000 | 10100001 | 101111 | 1010101 |
Color Harmonies of #C8EBE0
Complementary color
Monochromatic Colors of #C8EBE0
Black with #C8EBE0
Text Example
Text Example
White with #C8EBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EBE0; }
p { color: rgb(200,235,224); }
H1.HeaderClassName
{
color: #C8EBE0;
}
.AnyTagClassName
{
color: #C8EBE0;
}
</style>
background-color css
<style>
a { background-color: #C8EBE0; }
a { background-color: rgb(200,235,224); }
div.DivClassName
{
background-color: #C8EBE0;
}
.BgClassName
{
background-color: #C8EBE0;
}
</style>
border-color css
<style>
span { border-color: #C8EBE0; }
span { border-color: rgb(200,235,224); }
td.TdClassName
{
border-color: #C8EBE0;
}
.TagClassName
{
border-color: #C8EBE0;
}
</style>