Shades of Shamrock #31CEB0
Tints of Shamrock #31CEB0
RGB
CMYK
RGB Variations
Color information
#31CEB0 (or 0x31CEB0) is known color: Shamrock. HEX triplet: 31, CE and B0. RGB value is (49,206,176). Sum of RGB (Red+Green+Blue) = 49+206+176=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CEB0 is #CE314F. Grayscale: #9B9B9B. Windows color (decimal): -13513040 or 11587121. OLE color: 11587121.
HSL color Cylindrical-coordinate representation of color #31CEB0: hue angle of 168.54º 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 #31CEB0 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 176 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.19 |
| HSL | 168.54º | 0.62% | 0.5% | - |
| HSV(B) | 168.54º | 0.76% | 0.81% | - |
| XYZ | 31.17 | 47.93 | 48.68 | - |
| YUV | 155.64 | 139.49 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 176 | 0.76 | 0 | 0.15 | 0.19 | 168.54 | 0.62 | 0.5 |
| Hex | 31 | CE | B0 | 4C | 0 | F | 13 | A9 | 3E | 32 |
| Octal | 61 | 316 | 260 | 114 | 0 | 17 | 23 | 251 | 76 | 62 |
| Binary | 110001 | 11001110 | 10110000 | 1001100 | 0 | 1111 | 10011 | 10101001 | 111110 | 110010 |
Color Harmonies of #31CEB0
Complementary color
Monochromatic Colors of #31CEB0
Black with #31CEB0
Text Example
Text Example
White with #31CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEB0; }
p { color: rgb(49,206,176); }
H1.HeaderClassName
{
color: #31CEB0;
}
.AnyTagClassName
{
color: #31CEB0;
}
</style>
background-color css
<style>
a { background-color: #31CEB0; }
a { background-color: rgb(49,206,176); }
div.DivClassName
{
background-color: #31CEB0;
}
.BgClassName
{
background-color: #31CEB0;
}
</style>
border-color css
<style>
span { border-color: #31CEB0; }
span { border-color: rgb(49,206,176); }
td.TdClassName
{
border-color: #31CEB0;
}
.TagClassName
{
border-color: #31CEB0;
}
</style>