Shades of Shamrock #39C094
Tints of Shamrock #39C094
RGB
CMYK
RGB Variations
Color information
#39C094 (or 0x39C094) is known color: Shamrock. HEX triplet: 39, C0 and 94. RGB value is (57,192,148). Sum of RGB (Red+Green+Blue) = 57+192+148=397 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.36% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #39C094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39C094 is #C63F6B. Grayscale: #929292. Windows color (decimal): -12992364 or 9748537. OLE color: 9748537.
HSL color Cylindrical-coordinate representation of color #39C094: hue angle of 160.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39C094 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 148 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.25 |
| HSL | 160.44º | 0.54% | 0.49% | - |
| HSV(B) | 160.44º | 0.7% | 0.75% | - |
| XYZ | 25.88 | 40.71 | 34.51 | - |
| YUV | 146.62 | 128.77 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 148 | 0.70 | 0 | 0.23 | 0.25 | 160.44 | 0.54 | 0.49 |
| Hex | 39 | C0 | 94 | 46 | 0 | 17 | 19 | A0 | 36 | 31 |
| Octal | 71 | 300 | 224 | 106 | 0 | 27 | 31 | 240 | 66 | 61 |
| Binary | 111001 | 11000000 | 10010100 | 1000110 | 0 | 10111 | 11001 | 10100000 | 110110 | 110001 |
Color Harmonies of #39C094
Complementary color
Monochromatic Colors of #39C094
Black with #39C094
Text Example
Text Example
White with #39C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C094; }
p { color: rgb(57,192,148); }
H1.HeaderClassName
{
color: #39C094;
}
.AnyTagClassName
{
color: #39C094;
}
</style>
background-color css
<style>
a { background-color: #39C094; }
a { background-color: rgb(57,192,148); }
div.DivClassName
{
background-color: #39C094;
}
.BgClassName
{
background-color: #39C094;
}
</style>
border-color css
<style>
span { border-color: #39C094; }
span { border-color: rgb(57,192,148); }
td.TdClassName
{
border-color: #39C094;
}
.TagClassName
{
border-color: #39C094;
}
</style>