Shades of Shamrock #39BA96
Tints of Shamrock #39BA96
RGB
CMYK
RGB Variations
Color information
#39BA96 (or 0x39BA96) is known color: Shamrock. HEX triplet: 39, BA and 96. RGB value is (57,186,150). Sum of RGB (Red+Green+Blue) = 57+186+150=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #39BA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BA96 is #C64569. Grayscale: #8F8F8F. Windows color (decimal): -12993898 or 9878073. OLE color: 9878073.
HSL color Cylindrical-coordinate representation of color #39BA96: hue angle of 163.26º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39BA96 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 186 | 150 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.27 |
| HSL | 163.26º | 0.53% | 0.48% | - |
| HSV(B) | 163.26º | 0.69% | 0.73% | - |
| XYZ | 24.75 | 38.19 | 34.92 | - |
| YUV | 143.33 | 131.76 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 186 | 150 | 0.69 | 0 | 0.19 | 0.27 | 163.26 | 0.53 | 0.48 |
| Hex | 39 | BA | 96 | 45 | 0 | 13 | 1B | A3 | 35 | 30 |
| Octal | 71 | 272 | 226 | 105 | 0 | 23 | 33 | 243 | 65 | 60 |
| Binary | 111001 | 10111010 | 10010110 | 1000101 | 0 | 10011 | 11011 | 10100011 | 110101 | 110000 |
Color Harmonies of #39BA96
Complementary color
Monochromatic Colors of #39BA96
Black with #39BA96
Text Example
Text Example
White with #39BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BA96; }
p { color: rgb(57,186,150); }
H1.HeaderClassName
{
color: #39BA96;
}
.AnyTagClassName
{
color: #39BA96;
}
</style>
background-color css
<style>
a { background-color: #39BA96; }
a { background-color: rgb(57,186,150); }
div.DivClassName
{
background-color: #39BA96;
}
.BgClassName
{
background-color: #39BA96;
}
</style>
border-color css
<style>
span { border-color: #39BA96; }
span { border-color: rgb(57,186,150); }
td.TdClassName
{
border-color: #39BA96;
}
.TagClassName
{
border-color: #39BA96;
}
</style>