Shades of Mint Tulip #C1F8DE
Tints of Mint Tulip #C1F8DE
RGB
CMYK
RGB Variations
Color information
#C1F8DE (or 0xC1F8DE) is known color: Mint Tulip. HEX triplet: C1, F8 and DE. RGB value is (193,248,222). Sum of RGB (Red+Green+Blue) = 193+248+222=663 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.11% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F8DE is #3E0721. Grayscale: #E4E4E4. Windows color (decimal): -4065058 or 14612673. OLE color: 14612673.
HSL color Cylindrical-coordinate representation of color #C1F8DE: hue angle of 151.64º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1F8DE is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 248 | 222 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.03 |
| HSL | 151.64º | 0.8% | 0.86% | - |
| HSV(B) | 151.64º | 0.22% | 0.97% | - |
| XYZ | 68.74 | 83.75 | 81.65 | - |
| YUV | 228.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 248 | 222 | 0.22 | 0 | 0.10 | 0.03 | 151.64 | 0.8 | 0.86 |
| Hex | C1 | F8 | DE | 16 | 0 | A | 3 | 98 | 50 | 56 |
| Octal | 301 | 370 | 336 | 26 | 0 | 12 | 3 | 230 | 120 | 126 |
| Binary | 11000001 | 11111000 | 11011110 | 10110 | 0 | 1010 | 11 | 10011000 | 1010000 | 1010110 |
Color Harmonies of #C1F8DE
Complementary color
Monochromatic Colors of #C1F8DE
Black with #C1F8DE
Text Example
Text Example
White with #C1F8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F8DE; }
p { color: rgb(193,248,222); }
H1.HeaderClassName
{
color: #C1F8DE;
}
.AnyTagClassName
{
color: #C1F8DE;
}
</style>
background-color css
<style>
a { background-color: #C1F8DE; }
a { background-color: rgb(193,248,222); }
div.DivClassName
{
background-color: #C1F8DE;
}
.BgClassName
{
background-color: #C1F8DE;
}
</style>
border-color css
<style>
span { border-color: #C1F8DE; }
span { border-color: rgb(193,248,222); }
td.TdClassName
{
border-color: #C1F8DE;
}
.TagClassName
{
border-color: #C1F8DE;
}
</style>