Shades of Shamrock #31BBA2
Tints of Shamrock #31BBA2
RGB
CMYK
RGB Variations
Color information
#31BBA2 (or 0x31BBA2) is known color: Shamrock. HEX triplet: 31, BB and A2. RGB value is (49,187,162). Sum of RGB (Red+Green+Blue) = 49+187+162=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #31BBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BBA2 is #CE445D. Grayscale: #8E8E8E. Windows color (decimal): -13517918 or 10664753. OLE color: 10664753.
HSL color Cylindrical-coordinate representation of color #31BBA2: hue angle of 169.13º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BBA2 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 162 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.27 |
| HSL | 169.13º | 0.58% | 0.46% | - |
| HSV(B) | 169.13º | 0.74% | 0.73% | - |
| XYZ | 25.56 | 38.8 | 40.32 | - |
| YUV | 142.89 | 138.78 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 162 | 0.74 | 0 | 0.13 | 0.27 | 169.13 | 0.58 | 0.46 |
| Hex | 31 | BB | A2 | 4A | 0 | D | 1B | A9 | 3A | 2E |
| Octal | 61 | 273 | 242 | 112 | 0 | 15 | 33 | 251 | 72 | 56 |
| Binary | 110001 | 10111011 | 10100010 | 1001010 | 0 | 1101 | 11011 | 10101001 | 111010 | 101110 |
Color Harmonies of #31BBA2
Complementary color
Monochromatic Colors of #31BBA2
Black with #31BBA2
Text Example
Text Example
White with #31BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBA2; }
p { color: rgb(49,187,162); }
H1.HeaderClassName
{
color: #31BBA2;
}
.AnyTagClassName
{
color: #31BBA2;
}
</style>
background-color css
<style>
a { background-color: #31BBA2; }
a { background-color: rgb(49,187,162); }
div.DivClassName
{
background-color: #31BBA2;
}
.BgClassName
{
background-color: #31BBA2;
}
</style>
border-color css
<style>
span { border-color: #31BBA2; }
span { border-color: rgb(49,187,162); }
td.TdClassName
{
border-color: #31BBA2;
}
.TagClassName
{
border-color: #31BBA2;
}
</style>