Shades of Shamrock #31CEB1
Tints of Shamrock #31CEB1
RGB
CMYK
RGB Variations
Color information
#31CEB1 (or 0x31CEB1) is known color: Shamrock. HEX triplet: 31, CE and B1. RGB value is (49,206,177). Sum of RGB (Red+Green+Blue) = 49+206+177=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CEB1 is #CE314E. Grayscale: #9B9B9B. Windows color (decimal): -13513039 or 11652657. OLE color: 11652657.
HSL color Cylindrical-coordinate representation of color #31CEB1: hue angle of 168.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CEB1 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 177 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.19 |
| HSL | 168.92º | 0.62% | 0.5% | - |
| HSV(B) | 168.92º | 0.76% | 0.81% | - |
| XYZ | 31.27 | 47.97 | 49.21 | - |
| YUV | 155.75 | 139.99 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 177 | 0.76 | 0 | 0.14 | 0.19 | 168.92 | 0.62 | 0.5 |
| Hex | 31 | CE | B1 | 4C | 0 | E | 13 | A9 | 3E | 32 |
| Octal | 61 | 316 | 261 | 114 | 0 | 16 | 23 | 251 | 76 | 62 |
| Binary | 110001 | 11001110 | 10110001 | 1001100 | 0 | 1110 | 10011 | 10101001 | 111110 | 110010 |
Color Harmonies of #31CEB1
Complementary color
Monochromatic Colors of #31CEB1
Black with #31CEB1
Text Example
Text Example
White with #31CEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEB1; }
p { color: rgb(49,206,177); }
H1.HeaderClassName
{
color: #31CEB1;
}
.AnyTagClassName
{
color: #31CEB1;
}
</style>
background-color css
<style>
a { background-color: #31CEB1; }
a { background-color: rgb(49,206,177); }
div.DivClassName
{
background-color: #31CEB1;
}
.BgClassName
{
background-color: #31CEB1;
}
</style>
border-color css
<style>
span { border-color: #31CEB1; }
span { border-color: rgb(49,206,177); }
td.TdClassName
{
border-color: #31CEB1;
}
.TagClassName
{
border-color: #31CEB1;
}
</style>