Shades of Shamrock #38DDA4
Tints of Shamrock #38DDA4
RGB
CMYK
RGB Variations
Color information
#38DDA4 (or 0x38DDA4) is known color: Shamrock. HEX triplet: 38, DD and A4. RGB value is (56,221,164). Sum of RGB (Red+Green+Blue) = 56+221+164=441 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.70% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #38DDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DDA4 is #C7225B. Grayscale: #A5A5A5. Windows color (decimal): -13050460 or 10804536. OLE color: 10804536.
HSL color Cylindrical-coordinate representation of color #38DDA4: hue angle of 159.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DDA4 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 221 | 164 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.13 |
| HSL | 159.27º | 0.71% | 0.54% | - |
| HSV(B) | 159.27º | 0.75% | 0.87% | - |
| XYZ | 34.19 | 55.23 | 43.98 | - |
| YUV | 165.17 | 127.34 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 221 | 164 | 0.75 | 0 | 0.26 | 0.13 | 159.27 | 0.71 | 0.54 |
| Hex | 38 | DD | A4 | 4B | 0 | 1A | D | 9F | 47 | 36 |
| Octal | 70 | 335 | 244 | 113 | 0 | 32 | 15 | 237 | 107 | 66 |
| Binary | 111000 | 11011101 | 10100100 | 1001011 | 0 | 11010 | 1101 | 10011111 | 1000111 | 110110 |
Color Harmonies of #38DDA4
Complementary color
Monochromatic Colors of #38DDA4
Black with #38DDA4
Text Example
Text Example
White with #38DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DDA4; }
p { color: rgb(56,221,164); }
H1.HeaderClassName
{
color: #38DDA4;
}
.AnyTagClassName
{
color: #38DDA4;
}
</style>
background-color css
<style>
a { background-color: #38DDA4; }
a { background-color: rgb(56,221,164); }
div.DivClassName
{
background-color: #38DDA4;
}
.BgClassName
{
background-color: #38DDA4;
}
</style>
border-color css
<style>
span { border-color: #38DDA4; }
span { border-color: rgb(56,221,164); }
td.TdClassName
{
border-color: #38DDA4;
}
.TagClassName
{
border-color: #38DDA4;
}
</style>