Shades of Shamrock #31BDA0
Tints of Shamrock #31BDA0
RGB
CMYK
RGB Variations
Color information
#31BDA0 (or 0x31BDA0) is known color: Shamrock. HEX triplet: 31, BD and A0. RGB value is (49,189,160). Sum of RGB (Red+Green+Blue) = 49+189+160=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #31BDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BDA0 is #CE425F. Grayscale: #8F8F8F. Windows color (decimal): -13517408 or 10534193. OLE color: 10534193.
HSL color Cylindrical-coordinate representation of color #31BDA0: hue angle of 167.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BDA0 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 160 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.26 |
| HSL | 167.57º | 0.59% | 0.47% | - |
| HSV(B) | 167.57º | 0.74% | 0.74% | - |
| XYZ | 25.81 | 39.59 | 39.54 | - |
| YUV | 143.83 | 137.12 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 160 | 0.74 | 0 | 0.15 | 0.26 | 167.57 | 0.59 | 0.47 |
| Hex | 31 | BD | A0 | 4A | 0 | F | 1A | A8 | 3B | 2F |
| Octal | 61 | 275 | 240 | 112 | 0 | 17 | 32 | 250 | 73 | 57 |
| Binary | 110001 | 10111101 | 10100000 | 1001010 | 0 | 1111 | 11010 | 10101000 | 111011 | 101111 |
Color Harmonies of #31BDA0
Complementary color
Monochromatic Colors of #31BDA0
Black with #31BDA0
Text Example
Text Example
White with #31BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDA0; }
p { color: rgb(49,189,160); }
H1.HeaderClassName
{
color: #31BDA0;
}
.AnyTagClassName
{
color: #31BDA0;
}
</style>
background-color css
<style>
a { background-color: #31BDA0; }
a { background-color: rgb(49,189,160); }
div.DivClassName
{
background-color: #31BDA0;
}
.BgClassName
{
background-color: #31BDA0;
}
</style>
border-color css
<style>
span { border-color: #31BDA0; }
span { border-color: rgb(49,189,160); }
td.TdClassName
{
border-color: #31BDA0;
}
.TagClassName
{
border-color: #31BDA0;
}
</style>