Shades of Shamrock #39D4AD
Tints of Shamrock #39D4AD
RGB
CMYK
RGB Variations
Color information
#39D4AD (or 0x39D4AD) is known color: Shamrock. HEX triplet: 39, D4 and AD. RGB value is (57,212,173). Sum of RGB (Red+Green+Blue) = 57+212+173=442 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.90% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #39D4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39D4AD is #C62B52. Grayscale: #A1A1A1. Windows color (decimal): -12987219 or 11392057. OLE color: 11392057.
HSL color Cylindrical-coordinate representation of color #39D4AD: hue angle of 164.9º 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 #39D4AD is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 212 | 173 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.17 |
| HSL | 164.9º | 0.64% | 0.53% | - |
| HSV(B) | 164.9º | 0.73% | 0.83% | - |
| XYZ | 32.77 | 50.97 | 47.65 | - |
| YUV | 161.21 | 134.65 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 212 | 173 | 0.73 | 0 | 0.18 | 0.17 | 164.9 | 0.64 | 0.53 |
| Hex | 39 | D4 | AD | 49 | 0 | 12 | 11 | A5 | 40 | 35 |
| Octal | 71 | 324 | 255 | 111 | 0 | 22 | 21 | 245 | 100 | 65 |
| Binary | 111001 | 11010100 | 10101101 | 1001001 | 0 | 10010 | 10001 | 10100101 | 1000000 | 110101 |
Color Harmonies of #39D4AD
Complementary color
Monochromatic Colors of #39D4AD
Black with #39D4AD
Text Example
Text Example
White with #39D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D4AD; }
p { color: rgb(57,212,173); }
H1.HeaderClassName
{
color: #39D4AD;
}
.AnyTagClassName
{
color: #39D4AD;
}
</style>
background-color css
<style>
a { background-color: #39D4AD; }
a { background-color: rgb(57,212,173); }
div.DivClassName
{
background-color: #39D4AD;
}
.BgClassName
{
background-color: #39D4AD;
}
</style>
border-color css
<style>
span { border-color: #39D4AD; }
span { border-color: rgb(57,212,173); }
td.TdClassName
{
border-color: #39D4AD;
}
.TagClassName
{
border-color: #39D4AD;
}
</style>