Shades of Shamrock #31BDA1
Tints of Shamrock #31BDA1
RGB
CMYK
RGB Variations
Color information
#31BDA1 (or 0x31BDA1) is known color: Shamrock. HEX triplet: 31, BD and A1. RGB value is (49,189,161). Sum of RGB (Red+Green+Blue) = 49+189+161=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #31BDA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BDA1 is #CE425E. Grayscale: #8F8F8F. Windows color (decimal): -13517407 or 10599729. OLE color: 10599729.
HSL color Cylindrical-coordinate representation of color #31BDA1: hue angle of 168º 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 #31BDA1 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 161 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.26 |
| HSL | 168º | 0.59% | 0.47% | - |
| HSV(B) | 168º | 0.74% | 0.74% | - |
| XYZ | 25.9 | 39.62 | 40 | - |
| YUV | 143.95 | 137.62 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 161 | 0.74 | 0 | 0.15 | 0.26 | 168 | 0.59 | 0.47 |
| Hex | 31 | BD | A1 | 4A | 0 | F | 1A | A8 | 3B | 2F |
| Octal | 61 | 275 | 241 | 112 | 0 | 17 | 32 | 250 | 73 | 57 |
| Binary | 110001 | 10111101 | 10100001 | 1001010 | 0 | 1111 | 11010 | 10101000 | 111011 | 101111 |
Color Harmonies of #31BDA1
Complementary color
Monochromatic Colors of #31BDA1
Black with #31BDA1
Text Example
Text Example
White with #31BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDA1; }
p { color: rgb(49,189,161); }
H1.HeaderClassName
{
color: #31BDA1;
}
.AnyTagClassName
{
color: #31BDA1;
}
</style>
background-color css
<style>
a { background-color: #31BDA1; }
a { background-color: rgb(49,189,161); }
div.DivClassName
{
background-color: #31BDA1;
}
.BgClassName
{
background-color: #31BDA1;
}
</style>
border-color css
<style>
span { border-color: #31BDA1; }
span { border-color: rgb(49,189,161); }
td.TdClassName
{
border-color: #31BDA1;
}
.TagClassName
{
border-color: #31BDA1;
}
</style>