Shades of Shamrock #39D3AC
Tints of Shamrock #39D3AC
RGB
CMYK
RGB Variations
Color information
#39D3AC (or 0x39D3AC) is known color: Shamrock. HEX triplet: 39, D3 and AC. RGB value is (57,211,172). Sum of RGB (Red+Green+Blue) = 57+211+172=440 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.95% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #39D3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39D3AC is #C62C53. Grayscale: #A0A0A0. Windows color (decimal): -12987476 or 11326265. OLE color: 11326265.
HSL color Cylindrical-coordinate representation of color #39D3AC: hue angle of 164.81º 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 #39D3AC is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 211 | 172 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.17 |
| HSL | 164.81º | 0.64% | 0.53% | - |
| HSV(B) | 164.81º | 0.73% | 0.83% | - |
| XYZ | 32.43 | 50.44 | 47.06 | - |
| YUV | 160.51 | 134.48 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 211 | 172 | 0.73 | 0 | 0.18 | 0.17 | 164.81 | 0.64 | 0.53 |
| Hex | 39 | D3 | AC | 49 | 0 | 12 | 11 | A5 | 40 | 35 |
| Octal | 71 | 323 | 254 | 111 | 0 | 22 | 21 | 245 | 100 | 65 |
| Binary | 111001 | 11010011 | 10101100 | 1001001 | 0 | 10010 | 10001 | 10100101 | 1000000 | 110101 |
Color Harmonies of #39D3AC
Complementary color
Monochromatic Colors of #39D3AC
Black with #39D3AC
Text Example
Text Example
White with #39D3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D3AC; }
p { color: rgb(57,211,172); }
H1.HeaderClassName
{
color: #39D3AC;
}
.AnyTagClassName
{
color: #39D3AC;
}
</style>
background-color css
<style>
a { background-color: #39D3AC; }
a { background-color: rgb(57,211,172); }
div.DivClassName
{
background-color: #39D3AC;
}
.BgClassName
{
background-color: #39D3AC;
}
</style>
border-color css
<style>
span { border-color: #39D3AC; }
span { border-color: rgb(57,211,172); }
td.TdClassName
{
border-color: #39D3AC;
}
.TagClassName
{
border-color: #39D3AC;
}
</style>