Shades of Shamrock #31EBA8
Tints of Shamrock #31EBA8
RGB
CMYK
RGB Variations
Color information
#31EBA8 (or 0x31EBA8) is known color: Shamrock. HEX triplet: 31, EB and A8. RGB value is (49,235,168). Sum of RGB (Red+Green+Blue) = 49+235+168=452 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.84% from 452); Green value is 235 (92.19% from 255 or 51.99% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 235 - color contains mainly: green. Hex color #31EBA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31EBA8 is #CE1457. Grayscale: #ABABAB. Windows color (decimal): -13505624 or 11070257. OLE color: 11070257.
HSL color Cylindrical-coordinate representation of color #31EBA8: hue angle of 158.39º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EBA8 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 235 | 168 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.08 |
| HSL | 158.39º | 0.82% | 0.56% | - |
| HSV(B) | 158.39º | 0.79% | 0.92% | - |
| XYZ | 38.04 | 62.9 | 47.18 | - |
| YUV | 171.75 | 125.88 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 235 | 168 | 0.79 | 0 | 0.29 | 0.08 | 158.39 | 0.82 | 0.56 |
| Hex | 31 | EB | A8 | 4F | 0 | 1D | 8 | 9E | 52 | 38 |
| Octal | 61 | 353 | 250 | 117 | 0 | 35 | 10 | 236 | 122 | 70 |
| Binary | 110001 | 11101011 | 10101000 | 1001111 | 0 | 11101 | 1000 | 10011110 | 1010010 | 111000 |
Color Harmonies of #31EBA8
Complementary color
Monochromatic Colors of #31EBA8
Black with #31EBA8
Text Example
Text Example
White with #31EBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EBA8; }
p { color: rgb(49,235,168); }
H1.HeaderClassName
{
color: #31EBA8;
}
.AnyTagClassName
{
color: #31EBA8;
}
</style>
background-color css
<style>
a { background-color: #31EBA8; }
a { background-color: rgb(49,235,168); }
div.DivClassName
{
background-color: #31EBA8;
}
.BgClassName
{
background-color: #31EBA8;
}
</style>
border-color css
<style>
span { border-color: #31EBA8; }
span { border-color: rgb(49,235,168); }
td.TdClassName
{
border-color: #31EBA8;
}
.TagClassName
{
border-color: #31EBA8;
}
</style>