Shades of Mint Tulip #C5EFE0
Tints of Mint Tulip #C5EFE0
RGB
CMYK
RGB Variations
Color information
#C5EFE0 (or 0xC5EFE0) is known color: Mint Tulip. HEX triplet: C5, EF and E0. RGB value is (197,239,224). Sum of RGB (Red+Green+Blue) = 197+239+224=660 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.85% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFE0 is #3A101F. Grayscale: #E0E0E0. Windows color (decimal): -3805216 or 14741445. OLE color: 14741445.
HSL color Cylindrical-coordinate representation of color #C5EFE0: hue angle of 158.57º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5EFE0 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
RGB | 197 | 239 | 224 | - |
CMYK | 0.18 | 0 | 0.06 | 0.06 |
HSL | 158.57º | 0.57% | 0.85% | - |
HSV(B) | 158.57º | 0.18% | 0.94% | - |
XYZ | 67.35 | 78.99 | 82.22 | - |
YUV | 224.73 | 127.59 | 108.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 239 | 224 | 0.18 | 0 | 0.06 | 0.06 | 158.57 | 0.57 | 0.85 |
Hex | C5 | EF | E0 | 12 | 0 | 6 | 6 | 9F | 39 | 55 |
Octal | 305 | 357 | 340 | 22 | 0 | 6 | 6 | 237 | 71 | 125 |
Binary | 11000101 | 11101111 | 11100000 | 10010 | 0 | 110 | 110 | 10011111 | 111001 | 1010101 |
Color Harmonies of #C5EFE0
Complementary color
Monochromatic Colors of #C5EFE0
Black with #C5EFE0
Text Example
Text Example
White with #C5EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EFE0; }
p { color: rgb(197,239,224); }
H1.HeaderClassName
{
color: #C5EFE0;
}
.AnyTagClassName
{
color: #C5EFE0;
}
</style>
background-color css
<style>
a { background-color: #C5EFE0; }
a { background-color: rgb(197,239,224); }
div.DivClassName
{
background-color: #C5EFE0;
}
.BgClassName
{
background-color: #C5EFE0;
}
</style>
border-color css
<style>
span { border-color: #C5EFE0; }
span { border-color: rgb(197,239,224); }
td.TdClassName
{
border-color: #C5EFE0;
}
.TagClassName
{
border-color: #C5EFE0;
}
</style>