Shades of Shamrock #39B9A4
Tints of Shamrock #39B9A4
RGB
CMYK
RGB Variations
Color information
#39B9A4 (or 0x39B9A4) is known color: Shamrock. HEX triplet: 39, B9 and A4. RGB value is (57,185,164). Sum of RGB (Red+Green+Blue) = 57+185+164=406 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.04% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #39B9A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B9A4 is #C6465B. Grayscale: #909090. Windows color (decimal): -12994140 or 10795321. OLE color: 10795321.
HSL color Cylindrical-coordinate representation of color #39B9A4: hue angle of 170.16º 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 #39B9A4 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 185 | 164 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.27 |
| HSL | 170.16º | 0.53% | 0.47% | - |
| HSV(B) | 170.16º | 0.69% | 0.73% | - |
| XYZ | 25.74 | 38.25 | 41.15 | - |
| YUV | 144.33 | 139.09 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 185 | 164 | 0.69 | 0 | 0.11 | 0.27 | 170.16 | 0.53 | 0.47 |
| Hex | 39 | B9 | A4 | 45 | 0 | B | 1B | AA | 35 | 2F |
| Octal | 71 | 271 | 244 | 105 | 0 | 13 | 33 | 252 | 65 | 57 |
| Binary | 111001 | 10111001 | 10100100 | 1000101 | 0 | 1011 | 11011 | 10101010 | 110101 | 101111 |
Color Harmonies of #39B9A4
Complementary color
Monochromatic Colors of #39B9A4
Black with #39B9A4
Text Example
Text Example
White with #39B9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B9A4; }
p { color: rgb(57,185,164); }
H1.HeaderClassName
{
color: #39B9A4;
}
.AnyTagClassName
{
color: #39B9A4;
}
</style>
background-color css
<style>
a { background-color: #39B9A4; }
a { background-color: rgb(57,185,164); }
div.DivClassName
{
background-color: #39B9A4;
}
.BgClassName
{
background-color: #39B9A4;
}
</style>
border-color css
<style>
span { border-color: #39B9A4; }
span { border-color: rgb(57,185,164); }
td.TdClassName
{
border-color: #39B9A4;
}
.TagClassName
{
border-color: #39B9A4;
}
</style>