Shades of Mint Tulip #C8EEE0
Tints of Mint Tulip #C8EEE0
RGB
CMYK
RGB Variations
Color information
#C8EEE0 (or 0xC8EEE0) is known color: Mint Tulip. HEX triplet: C8, EE and E0. RGB value is (200,238,224). Sum of RGB (Red+Green+Blue) = 200+238+224=662 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.21% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EEE0 is #37111F. Grayscale: #E1E1E1. Windows color (decimal): -3608864 or 14741192. OLE color: 14741192.
HSL color Cylindrical-coordinate representation of color #C8EEE0: hue angle of 157.89º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EEE0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 224 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.07 |
| HSL | 157.89º | 0.53% | 0.86% | - |
| HSV(B) | 157.89º | 0.16% | 0.93% | - |
| XYZ | 67.85 | 78.81 | 82.16 | - |
| YUV | 225.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 224 | 0.16 | 0 | 0.06 | 0.07 | 157.89 | 0.53 | 0.86 |
| Hex | C8 | EE | E0 | 10 | 0 | 6 | 7 | 9E | 35 | 56 |
| Octal | 310 | 356 | 340 | 20 | 0 | 6 | 7 | 236 | 65 | 126 |
| Binary | 11001000 | 11101110 | 11100000 | 10000 | 0 | 110 | 111 | 10011110 | 110101 | 1010110 |
Color Harmonies of #C8EEE0
Complementary color
Monochromatic Colors of #C8EEE0
Black with #C8EEE0
Text Example
Text Example
White with #C8EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EEE0; }
p { color: rgb(200,238,224); }
H1.HeaderClassName
{
color: #C8EEE0;
}
.AnyTagClassName
{
color: #C8EEE0;
}
</style>
background-color css
<style>
a { background-color: #C8EEE0; }
a { background-color: rgb(200,238,224); }
div.DivClassName
{
background-color: #C8EEE0;
}
.BgClassName
{
background-color: #C8EEE0;
}
</style>
border-color css
<style>
span { border-color: #C8EEE0; }
span { border-color: rgb(200,238,224); }
td.TdClassName
{
border-color: #C8EEE0;
}
.TagClassName
{
border-color: #C8EEE0;
}
</style>