Shades of Shamrock #39BA9D
Tints of Shamrock #39BA9D
RGB
CMYK
RGB Variations
Color information
#39BA9D (or 0x39BA9D) is known color: Shamrock. HEX triplet: 39, BA and 9D. RGB value is (57,186,157). Sum of RGB (Red+Green+Blue) = 57+186+157=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #39BA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BA9D is #C64562. Grayscale: #909090. Windows color (decimal): -12993891 or 10336825. OLE color: 10336825.
HSL color Cylindrical-coordinate representation of color #39BA9D: hue angle of 166.51º 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 #39BA9D is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 186 | 157 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.27 |
| HSL | 166.51º | 0.53% | 0.48% | - |
| HSV(B) | 166.51º | 0.69% | 0.73% | - |
| XYZ | 25.33 | 38.42 | 37.98 | - |
| YUV | 144.12 | 135.26 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 186 | 157 | 0.69 | 0 | 0.16 | 0.27 | 166.51 | 0.53 | 0.48 |
| Hex | 39 | BA | 9D | 45 | 0 | 10 | 1B | A7 | 35 | 30 |
| Octal | 71 | 272 | 235 | 105 | 0 | 20 | 33 | 247 | 65 | 60 |
| Binary | 111001 | 10111010 | 10011101 | 1000101 | 0 | 10000 | 11011 | 10100111 | 110101 | 110000 |
Color Harmonies of #39BA9D
Complementary color
Monochromatic Colors of #39BA9D
Black with #39BA9D
Text Example
Text Example
White with #39BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BA9D; }
p { color: rgb(57,186,157); }
H1.HeaderClassName
{
color: #39BA9D;
}
.AnyTagClassName
{
color: #39BA9D;
}
</style>
background-color css
<style>
a { background-color: #39BA9D; }
a { background-color: rgb(57,186,157); }
div.DivClassName
{
background-color: #39BA9D;
}
.BgClassName
{
background-color: #39BA9D;
}
</style>
border-color css
<style>
span { border-color: #39BA9D; }
span { border-color: rgb(57,186,157); }
td.TdClassName
{
border-color: #39BA9D;
}
.TagClassName
{
border-color: #39BA9D;
}
</style>