Shades of Shamrock #31CF9E
Tints of Shamrock #31CF9E
RGB
CMYK
RGB Variations
Color information
#31CF9E (or 0x31CF9E) is known color: Shamrock. HEX triplet: 31, CF and 9E. RGB value is (49,207,158). Sum of RGB (Red+Green+Blue) = 49+207+158=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CF9E is #CE3061. Grayscale: #9A9A9A. Windows color (decimal): -13512802 or 10407729. OLE color: 10407729.
HSL color Cylindrical-coordinate representation of color #31CF9E: hue angle of 161.39º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CF9E is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 158 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.19 |
| HSL | 161.39º | 0.62% | 0.5% | - |
| HSV(B) | 161.39º | 0.76% | 0.81% | - |
| XYZ | 29.75 | 47.75 | 40 | - |
| YUV | 154.17 | 130.15 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 158 | 0.76 | 0 | 0.24 | 0.19 | 161.39 | 0.62 | 0.5 |
| Hex | 31 | CF | 9E | 4C | 0 | 18 | 13 | A1 | 3E | 32 |
| Octal | 61 | 317 | 236 | 114 | 0 | 30 | 23 | 241 | 76 | 62 |
| Binary | 110001 | 11001111 | 10011110 | 1001100 | 0 | 11000 | 10011 | 10100001 | 111110 | 110010 |
Color Harmonies of #31CF9E
Complementary color
Monochromatic Colors of #31CF9E
Black with #31CF9E
Text Example
Text Example
White with #31CF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF9E; }
p { color: rgb(49,207,158); }
H1.HeaderClassName
{
color: #31CF9E;
}
.AnyTagClassName
{
color: #31CF9E;
}
</style>
background-color css
<style>
a { background-color: #31CF9E; }
a { background-color: rgb(49,207,158); }
div.DivClassName
{
background-color: #31CF9E;
}
.BgClassName
{
background-color: #31CF9E;
}
</style>
border-color css
<style>
span { border-color: #31CF9E; }
span { border-color: rgb(49,207,158); }
td.TdClassName
{
border-color: #31CF9E;
}
.TagClassName
{
border-color: #31CF9E;
}
</style>