Shades of Shamrock #31CDB1
Tints of Shamrock #31CDB1
RGB
CMYK
RGB Variations
Color information
#31CDB1 (or 0x31CDB1) is known color: Shamrock. HEX triplet: 31, CD and B1. RGB value is (49,205,177). Sum of RGB (Red+Green+Blue) = 49+205+177=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #31CDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CDB1 is #CE324E. Grayscale: #9B9B9B. Windows color (decimal): -13513295 or 11652401. OLE color: 11652401.
HSL color Cylindrical-coordinate representation of color #31CDB1: hue angle of 169.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CDB1 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 205 | 177 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.20 |
| HSL | 169.23º | 0.61% | 0.5% | - |
| HSV(B) | 169.23º | 0.76% | 0.8% | - |
| XYZ | 31.03 | 47.49 | 49.13 | - |
| YUV | 155.16 | 140.32 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 177 | 0.76 | 0 | 0.14 | 0.20 | 169.23 | 0.61 | 0.5 |
| Hex | 31 | CD | B1 | 4C | 0 | E | 14 | A9 | 3D | 32 |
| Octal | 61 | 315 | 261 | 114 | 0 | 16 | 24 | 251 | 75 | 62 |
| Binary | 110001 | 11001101 | 10110001 | 1001100 | 0 | 1110 | 10100 | 10101001 | 111101 | 110010 |
Color Harmonies of #31CDB1
Complementary color
Monochromatic Colors of #31CDB1
Black with #31CDB1
Text Example
Text Example
White with #31CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDB1; }
p { color: rgb(49,205,177); }
H1.HeaderClassName
{
color: #31CDB1;
}
.AnyTagClassName
{
color: #31CDB1;
}
</style>
background-color css
<style>
a { background-color: #31CDB1; }
a { background-color: rgb(49,205,177); }
div.DivClassName
{
background-color: #31CDB1;
}
.BgClassName
{
background-color: #31CDB1;
}
</style>
border-color css
<style>
span { border-color: #31CDB1; }
span { border-color: rgb(49,205,177); }
td.TdClassName
{
border-color: #31CDB1;
}
.TagClassName
{
border-color: #31CDB1;
}
</style>