Shades of Shamrock #31EAA4
Tints of Shamrock #31EAA4
RGB
CMYK
RGB Variations
Color information
#31EAA4 (or 0x31EAA4) is known color: Shamrock. HEX triplet: 31, EA and A4. RGB value is (49,234,164). Sum of RGB (Red+Green+Blue) = 49+234+164=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #31EAA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31EAA4 is #CE155B. Grayscale: #AAAAAA. Windows color (decimal): -13505884 or 10807857. OLE color: 10807857.
HSL color Cylindrical-coordinate representation of color #31EAA4: hue angle of 157.3º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EAA4 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 234 | 164 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.08 |
| HSL | 157.3º | 0.81% | 0.55% | - |
| HSV(B) | 157.3º | 0.79% | 0.92% | - |
| XYZ | 37.39 | 62.18 | 45.15 | - |
| YUV | 170.71 | 124.21 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 234 | 164 | 0.79 | 0 | 0.30 | 0.08 | 157.3 | 0.81 | 0.55 |
| Hex | 31 | EA | A4 | 4F | 0 | 1E | 8 | 9D | 51 | 37 |
| Octal | 61 | 352 | 244 | 117 | 0 | 36 | 10 | 235 | 121 | 67 |
| Binary | 110001 | 11101010 | 10100100 | 1001111 | 0 | 11110 | 1000 | 10011101 | 1010001 | 110111 |
Color Harmonies of #31EAA4
Complementary color
Monochromatic Colors of #31EAA4
Black with #31EAA4
Text Example
Text Example
White with #31EAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EAA4; }
p { color: rgb(49,234,164); }
H1.HeaderClassName
{
color: #31EAA4;
}
.AnyTagClassName
{
color: #31EAA4;
}
</style>
background-color css
<style>
a { background-color: #31EAA4; }
a { background-color: rgb(49,234,164); }
div.DivClassName
{
background-color: #31EAA4;
}
.BgClassName
{
background-color: #31EAA4;
}
</style>
border-color css
<style>
span { border-color: #31EAA4; }
span { border-color: rgb(49,234,164); }
td.TdClassName
{
border-color: #31EAA4;
}
.TagClassName
{
border-color: #31EAA4;
}
</style>