Shades of Shamrock #31DEAB
Tints of Shamrock #31DEAB
RGB
CMYK
RGB Variations
Color information
#31DEAB (or 0x31DEAB) is known color: Shamrock. HEX triplet: 31, DE and AB. RGB value is (49,222,171). Sum of RGB (Red+Green+Blue) = 49+222+171=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #31DEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DEAB is #CE2154. Grayscale: #A4A4A4. Windows color (decimal): -13508949 or 11263537. OLE color: 11263537.
HSL color Cylindrical-coordinate representation of color #31DEAB: hue angle of 162.31º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DEAB is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 222 | 171 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.13 |
| HSL | 162.31º | 0.72% | 0.53% | - |
| HSV(B) | 162.31º | 0.78% | 0.87% | - |
| XYZ | 34.74 | 55.84 | 47.47 | - |
| YUV | 164.46 | 131.69 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 171 | 0.78 | 0 | 0.23 | 0.13 | 162.31 | 0.72 | 0.53 |
| Hex | 31 | DE | AB | 4E | 0 | 17 | D | A2 | 48 | 35 |
| Octal | 61 | 336 | 253 | 116 | 0 | 27 | 15 | 242 | 110 | 65 |
| Binary | 110001 | 11011110 | 10101011 | 1001110 | 0 | 10111 | 1101 | 10100010 | 1001000 | 110101 |
Color Harmonies of #31DEAB
Complementary color
Monochromatic Colors of #31DEAB
Black with #31DEAB
Text Example
Text Example
White with #31DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DEAB; }
p { color: rgb(49,222,171); }
H1.HeaderClassName
{
color: #31DEAB;
}
.AnyTagClassName
{
color: #31DEAB;
}
</style>
background-color css
<style>
a { background-color: #31DEAB; }
a { background-color: rgb(49,222,171); }
div.DivClassName
{
background-color: #31DEAB;
}
.BgClassName
{
background-color: #31DEAB;
}
</style>
border-color css
<style>
span { border-color: #31DEAB; }
span { border-color: rgb(49,222,171); }
td.TdClassName
{
border-color: #31DEAB;
}
.TagClassName
{
border-color: #31DEAB;
}
</style>