Shades of Shamrock #39B993
Tints of Shamrock #39B993
RGB
CMYK
RGB Variations
Color information
#39B993 (or 0x39B993) is known color: Shamrock. HEX triplet: 39, B9 and 93. RGB value is (57,185,147). Sum of RGB (Red+Green+Blue) = 57+185+147=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #39B993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B993 is #C6466C. Grayscale: #8E8E8E. Windows color (decimal): -12994157 or 9681209. OLE color: 9681209.
HSL color Cylindrical-coordinate representation of color #39B993: hue angle of 162.19º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39B993 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 185 | 147 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.27 |
| HSL | 162.19º | 0.53% | 0.47% | - |
| HSV(B) | 162.19º | 0.69% | 0.73% | - |
| XYZ | 24.3 | 37.67 | 33.59 | - |
| YUV | 142.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 185 | 147 | 0.69 | 0 | 0.21 | 0.27 | 162.19 | 0.53 | 0.47 |
| Hex | 39 | B9 | 93 | 45 | 0 | 15 | 1B | A2 | 35 | 2F |
| Octal | 71 | 271 | 223 | 105 | 0 | 25 | 33 | 242 | 65 | 57 |
| Binary | 111001 | 10111001 | 10010011 | 1000101 | 0 | 10101 | 11011 | 10100010 | 110101 | 101111 |
Color Harmonies of #39B993
Complementary color
Monochromatic Colors of #39B993
Black with #39B993
Text Example
Text Example
White with #39B993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B993; }
p { color: rgb(57,185,147); }
H1.HeaderClassName
{
color: #39B993;
}
.AnyTagClassName
{
color: #39B993;
}
</style>
background-color css
<style>
a { background-color: #39B993; }
a { background-color: rgb(57,185,147); }
div.DivClassName
{
background-color: #39B993;
}
.BgClassName
{
background-color: #39B993;
}
</style>
border-color css
<style>
span { border-color: #39B993; }
span { border-color: rgb(57,185,147); }
td.TdClassName
{
border-color: #39B993;
}
.TagClassName
{
border-color: #39B993;
}
</style>