Shades of Shamrock #39D3AB
Tints of Shamrock #39D3AB
RGB
CMYK
RGB Variations
Color information
#39D3AB (or 0x39D3AB) is known color: Shamrock. HEX triplet: 39, D3 and AB. RGB value is (57,211,171). Sum of RGB (Red+Green+Blue) = 57+211+171=439 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.98% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #39D3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39D3AB is #C62C54. Grayscale: #A0A0A0. Windows color (decimal): -12987477 or 11260729. OLE color: 11260729.
HSL color Cylindrical-coordinate representation of color #39D3AB: hue angle of 164.42º 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 #39D3AB is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 211 | 171 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.17 |
| HSL | 164.42º | 0.64% | 0.53% | - |
| HSV(B) | 164.42º | 0.73% | 0.83% | - |
| XYZ | 32.33 | 50.4 | 46.55 | - |
| YUV | 160.39 | 133.98 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 211 | 171 | 0.73 | 0 | 0.19 | 0.17 | 164.42 | 0.64 | 0.53 |
| Hex | 39 | D3 | AB | 49 | 0 | 13 | 11 | A4 | 40 | 35 |
| Octal | 71 | 323 | 253 | 111 | 0 | 23 | 21 | 244 | 100 | 65 |
| Binary | 111001 | 11010011 | 10101011 | 1001001 | 0 | 10011 | 10001 | 10100100 | 1000000 | 110101 |
Color Harmonies of #39D3AB
Complementary color
Monochromatic Colors of #39D3AB
Black with #39D3AB
Text Example
Text Example
White with #39D3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D3AB; }
p { color: rgb(57,211,171); }
H1.HeaderClassName
{
color: #39D3AB;
}
.AnyTagClassName
{
color: #39D3AB;
}
</style>
background-color css
<style>
a { background-color: #39D3AB; }
a { background-color: rgb(57,211,171); }
div.DivClassName
{
background-color: #39D3AB;
}
.BgClassName
{
background-color: #39D3AB;
}
</style>
border-color css
<style>
span { border-color: #39D3AB; }
span { border-color: rgb(57,211,171); }
td.TdClassName
{
border-color: #39D3AB;
}
.TagClassName
{
border-color: #39D3AB;
}
</style>