Shades of Shamrock #31BE9C
Tints of Shamrock #31BE9C
RGB
CMYK
RGB Variations
Color information
#31BE9C (or 0x31BE9C) is known color: Shamrock. HEX triplet: 31, BE and 9C. RGB value is (49,190,156). Sum of RGB (Red+Green+Blue) = 49+190+156=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BE9C is #CE4163. Grayscale: #8F8F8F. Windows color (decimal): -13517156 or 10272305. OLE color: 10272305.
HSL color Cylindrical-coordinate representation of color #31BE9C: hue angle of 165.53º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BE9C is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 190 | 156 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.25 |
| HSL | 165.53º | 0.59% | 0.47% | - |
| HSV(B) | 165.53º | 0.74% | 0.75% | - |
| XYZ | 25.68 | 39.88 | 37.8 | - |
| YUV | 143.97 | 134.79 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 156 | 0.74 | 0 | 0.18 | 0.25 | 165.53 | 0.59 | 0.47 |
| Hex | 31 | BE | 9C | 4A | 0 | 12 | 19 | A6 | 3B | 2F |
| Octal | 61 | 276 | 234 | 112 | 0 | 22 | 31 | 246 | 73 | 57 |
| Binary | 110001 | 10111110 | 10011100 | 1001010 | 0 | 10010 | 11001 | 10100110 | 111011 | 101111 |
Color Harmonies of #31BE9C
Complementary color
Monochromatic Colors of #31BE9C
Black with #31BE9C
Text Example
Text Example
White with #31BE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BE9C; }
p { color: rgb(49,190,156); }
H1.HeaderClassName
{
color: #31BE9C;
}
.AnyTagClassName
{
color: #31BE9C;
}
</style>
background-color css
<style>
a { background-color: #31BE9C; }
a { background-color: rgb(49,190,156); }
div.DivClassName
{
background-color: #31BE9C;
}
.BgClassName
{
background-color: #31BE9C;
}
</style>
border-color css
<style>
span { border-color: #31BE9C; }
span { border-color: rgb(49,190,156); }
td.TdClassName
{
border-color: #31BE9C;
}
.TagClassName
{
border-color: #31BE9C;
}
</style>