Shades of Shamrock #39BE8A
Tints of Shamrock #39BE8A
RGB
CMYK
RGB Variations
Color information
#39BE8A (or 0x39BE8A) is known color: Shamrock. HEX triplet: 39, BE and 8A. RGB value is (57,190,138). Sum of RGB (Red+Green+Blue) = 57+190+138=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #39BE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BE8A is #C64175. Grayscale: #909090. Windows color (decimal): -12992886 or 9092665. OLE color: 9092665.
HSL color Cylindrical-coordinate representation of color #39BE8A: hue angle of 156.54º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BE8A is Cyan = 0.7, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 190 | 138 | - |
| CMYK | 0.7 | 0 | 0.27 | 0.25 |
| HSL | 156.54º | 0.54% | 0.48% | - |
| HSV(B) | 156.54º | 0.7% | 0.75% | - |
| XYZ | 24.69 | 39.53 | 30.37 | - |
| YUV | 144.31 | 124.44 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 190 | 138 | 0.7 | 0 | 0.27 | 0.25 | 156.54 | 0.54 | 0.48 |
| Hex | 39 | BE | 8A | 46 | 0 | 1B | 19 | 9D | 36 | 30 |
| Octal | 71 | 276 | 212 | 106 | 0 | 33 | 31 | 235 | 66 | 60 |
| Binary | 111001 | 10111110 | 10001010 | 1000110 | 0 | 11011 | 11001 | 10011101 | 110110 | 110000 |
Color Harmonies of #39BE8A
Complementary color
Monochromatic Colors of #39BE8A
Black with #39BE8A
Text Example
Text Example
White with #39BE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BE8A; }
p { color: rgb(57,190,138); }
H1.HeaderClassName
{
color: #39BE8A;
}
.AnyTagClassName
{
color: #39BE8A;
}
</style>
background-color css
<style>
a { background-color: #39BE8A; }
a { background-color: rgb(57,190,138); }
div.DivClassName
{
background-color: #39BE8A;
}
.BgClassName
{
background-color: #39BE8A;
}
</style>
border-color css
<style>
span { border-color: #39BE8A; }
span { border-color: rgb(57,190,138); }
td.TdClassName
{
border-color: #39BE8A;
}
.TagClassName
{
border-color: #39BE8A;
}
</style>