Shades of Shamrock #39D4AC
Tints of Shamrock #39D4AC
RGB
CMYK
RGB Variations
Color information
#39D4AC (or 0x39D4AC) is known color: Shamrock. HEX triplet: 39, D4 and AC. RGB value is (57,212,172). Sum of RGB (Red+Green+Blue) = 57+212+172=441 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.93% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #39D4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39D4AC is #C62B53. Grayscale: #A1A1A1. Windows color (decimal): -12987220 or 11326521. OLE color: 11326521.
HSL color Cylindrical-coordinate representation of color #39D4AC: hue angle of 164.52º 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 #39D4AC is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 212 | 172 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.17 |
| HSL | 164.52º | 0.64% | 0.53% | - |
| HSV(B) | 164.52º | 0.73% | 0.83% | - |
| XYZ | 32.68 | 50.94 | 47.14 | - |
| YUV | 161.1 | 134.15 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 212 | 172 | 0.73 | 0 | 0.19 | 0.17 | 164.52 | 0.64 | 0.53 |
| Hex | 39 | D4 | AC | 49 | 0 | 13 | 11 | A5 | 40 | 35 |
| Octal | 71 | 324 | 254 | 111 | 0 | 23 | 21 | 245 | 100 | 65 |
| Binary | 111001 | 11010100 | 10101100 | 1001001 | 0 | 10011 | 10001 | 10100101 | 1000000 | 110101 |
Color Harmonies of #39D4AC
Complementary color
Monochromatic Colors of #39D4AC
Black with #39D4AC
Text Example
Text Example
White with #39D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D4AC; }
p { color: rgb(57,212,172); }
H1.HeaderClassName
{
color: #39D4AC;
}
.AnyTagClassName
{
color: #39D4AC;
}
</style>
background-color css
<style>
a { background-color: #39D4AC; }
a { background-color: rgb(57,212,172); }
div.DivClassName
{
background-color: #39D4AC;
}
.BgClassName
{
background-color: #39D4AC;
}
</style>
border-color css
<style>
span { border-color: #39D4AC; }
span { border-color: rgb(57,212,172); }
td.TdClassName
{
border-color: #39D4AC;
}
.TagClassName
{
border-color: #39D4AC;
}
</style>