Shades of Shamrock #39D3AA
Tints of Shamrock #39D3AA
RGB
CMYK
RGB Variations
Color information
#39D3AA (or 0x39D3AA) is known color: Shamrock. HEX triplet: 39, D3 and AA. RGB value is (57,211,170). Sum of RGB (Red+Green+Blue) = 57+211+170=438 (58% of max value = 765). Red value is 57 (22.66% from 255 or 13.01% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #39D3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39D3AA is #C62C55. Grayscale: #A0A0A0. Windows color (decimal): -12987478 or 11195193. OLE color: 11195193.
HSL color Cylindrical-coordinate representation of color #39D3AA: hue angle of 164.03º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D3AA is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 211 | 170 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.17 |
| HSL | 164.03º | 0.64% | 0.53% | - |
| HSV(B) | 164.03º | 0.73% | 0.83% | - |
| XYZ | 32.24 | 50.36 | 46.05 | - |
| YUV | 160.28 | 133.48 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 211 | 170 | 0.73 | 0 | 0.19 | 0.17 | 164.03 | 0.64 | 0.53 |
| Hex | 39 | D3 | AA | 49 | 0 | 13 | 11 | A4 | 40 | 35 |
| Octal | 71 | 323 | 252 | 111 | 0 | 23 | 21 | 244 | 100 | 65 |
| Binary | 111001 | 11010011 | 10101010 | 1001001 | 0 | 10011 | 10001 | 10100100 | 1000000 | 110101 |
Color Harmonies of #39D3AA
Complementary color
Monochromatic Colors of #39D3AA
Black with #39D3AA
Text Example
Text Example
White with #39D3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D3AA; }
p { color: rgb(57,211,170); }
H1.HeaderClassName
{
color: #39D3AA;
}
.AnyTagClassName
{
color: #39D3AA;
}
</style>
background-color css
<style>
a { background-color: #39D3AA; }
a { background-color: rgb(57,211,170); }
div.DivClassName
{
background-color: #39D3AA;
}
.BgClassName
{
background-color: #39D3AA;
}
</style>
border-color css
<style>
span { border-color: #39D3AA; }
span { border-color: rgb(57,211,170); }
td.TdClassName
{
border-color: #39D3AA;
}
.TagClassName
{
border-color: #39D3AA;
}
</style>