Shades of Mint Tulip #C5EEE2
Tints of Mint Tulip #C5EEE2
RGB
CMYK
RGB Variations
Color information
#C5EEE2 (or 0xC5EEE2) is known color: Mint Tulip. HEX triplet: C5, EE and E2. RGB value is (197,238,226). Sum of RGB (Red+Green+Blue) = 197+238+226=661 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.80% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EEE2 is #3A111D. Grayscale: #E0E0E0. Windows color (decimal): -3805470 or 14872261. OLE color: 14872261.
HSL color Cylindrical-coordinate representation of color #C5EEE2: hue angle of 162.44º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5EEE2 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 238 | 226 | - |
CMYK | 0.17 | 0 | 0.05 | 0.07 |
HSL | 162.44º | 0.55% | 0.85% | - |
HSV(B) | 162.44º | 0.17% | 0.93% | - |
XYZ | 67.33 | 78.51 | 83.56 | - |
YUV | 224.37 | 128.92 | 108.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 238 | 226 | 0.17 | 0 | 0.05 | 0.07 | 162.44 | 0.55 | 0.85 |
Hex | C5 | EE | E2 | 11 | 0 | 5 | 7 | A2 | 37 | 55 |
Octal | 305 | 356 | 342 | 21 | 0 | 5 | 7 | 242 | 67 | 125 |
Binary | 11000101 | 11101110 | 11100010 | 10001 | 0 | 101 | 111 | 10100010 | 110111 | 1010101 |
Color Harmonies of #C5EEE2
Complementary color
Monochromatic Colors of #C5EEE2
Black with #C5EEE2
Text Example
Text Example
White with #C5EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEE2; }
p { color: rgb(197,238,226); }
H1.HeaderClassName
{
color: #C5EEE2;
}
.AnyTagClassName
{
color: #C5EEE2;
}
</style>
background-color css
<style>
a { background-color: #C5EEE2; }
a { background-color: rgb(197,238,226); }
div.DivClassName
{
background-color: #C5EEE2;
}
.BgClassName
{
background-color: #C5EEE2;
}
</style>
border-color css
<style>
span { border-color: #C5EEE2; }
span { border-color: rgb(197,238,226); }
td.TdClassName
{
border-color: #C5EEE2;
}
.TagClassName
{
border-color: #C5EEE2;
}
</style>