Shades of Shamrock #39B9A1
Tints of Shamrock #39B9A1
RGB
CMYK
RGB Variations
Color information
#39B9A1 (or 0x39B9A1) is known color: Shamrock. HEX triplet: 39, B9 and A1. RGB value is (57,185,161). Sum of RGB (Red+Green+Blue) = 57+185+161=403 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.14% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #39B9A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B9A1 is #C6465E. Grayscale: #8F8F8F. Windows color (decimal): -12994143 or 10598713. OLE color: 10598713.
HSL color Cylindrical-coordinate representation of color #39B9A1: hue angle of 168.75º 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 #39B9A1 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 185 | 161 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.27 |
| HSL | 168.75º | 0.53% | 0.47% | - |
| HSV(B) | 168.75º | 0.69% | 0.73% | - |
| XYZ | 25.47 | 38.14 | 39.74 | - |
| YUV | 143.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 185 | 161 | 0.69 | 0 | 0.13 | 0.27 | 168.75 | 0.53 | 0.47 |
| Hex | 39 | B9 | A1 | 45 | 0 | D | 1B | A9 | 35 | 2F |
| Octal | 71 | 271 | 241 | 105 | 0 | 15 | 33 | 251 | 65 | 57 |
| Binary | 111001 | 10111001 | 10100001 | 1000101 | 0 | 1101 | 11011 | 10101001 | 110101 | 101111 |
Color Harmonies of #39B9A1
Complementary color
Monochromatic Colors of #39B9A1
Black with #39B9A1
Text Example
Text Example
White with #39B9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B9A1; }
p { color: rgb(57,185,161); }
H1.HeaderClassName
{
color: #39B9A1;
}
.AnyTagClassName
{
color: #39B9A1;
}
</style>
background-color css
<style>
a { background-color: #39B9A1; }
a { background-color: rgb(57,185,161); }
div.DivClassName
{
background-color: #39B9A1;
}
.BgClassName
{
background-color: #39B9A1;
}
</style>
border-color css
<style>
span { border-color: #39B9A1; }
span { border-color: rgb(57,185,161); }
td.TdClassName
{
border-color: #39B9A1;
}
.TagClassName
{
border-color: #39B9A1;
}
</style>