Shades of Shamrock #39DDA8
Tints of Shamrock #39DDA8
RGB
CMYK
RGB Variations
Color information
#39DDA8 (or 0x39DDA8) is known color: Shamrock. HEX triplet: 39, DD and A8. RGB value is (57,221,168). Sum of RGB (Red+Green+Blue) = 57+221+168=446 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.78% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #39DDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39DDA8 is #C62257. Grayscale: #A5A5A5. Windows color (decimal): -12984920 or 11066681. OLE color: 11066681.
HSL color Cylindrical-coordinate representation of color #39DDA8: hue angle of 160.61º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DDA8 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 221 | 168 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.13 |
| HSL | 160.61º | 0.71% | 0.55% | - |
| HSV(B) | 160.61º | 0.74% | 0.87% | - |
| XYZ | 34.61 | 55.41 | 45.92 | - |
| YUV | 165.92 | 129.17 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 221 | 168 | 0.74 | 0 | 0.24 | 0.13 | 160.61 | 0.71 | 0.55 |
| Hex | 39 | DD | A8 | 4A | 0 | 18 | D | A1 | 47 | 37 |
| Octal | 71 | 335 | 250 | 112 | 0 | 30 | 15 | 241 | 107 | 67 |
| Binary | 111001 | 11011101 | 10101000 | 1001010 | 0 | 11000 | 1101 | 10100001 | 1000111 | 110111 |
Color Harmonies of #39DDA8
Complementary color
Monochromatic Colors of #39DDA8
Black with #39DDA8
Text Example
Text Example
White with #39DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DDA8; }
p { color: rgb(57,221,168); }
H1.HeaderClassName
{
color: #39DDA8;
}
.AnyTagClassName
{
color: #39DDA8;
}
</style>
background-color css
<style>
a { background-color: #39DDA8; }
a { background-color: rgb(57,221,168); }
div.DivClassName
{
background-color: #39DDA8;
}
.BgClassName
{
background-color: #39DDA8;
}
</style>
border-color css
<style>
span { border-color: #39DDA8; }
span { border-color: rgb(57,221,168); }
td.TdClassName
{
border-color: #39DDA8;
}
.TagClassName
{
border-color: #39DDA8;
}
</style>