Shades of Shamrock #38DFA0
Tints of Shamrock #38DFA0
RGB
CMYK
RGB Variations
Color information
#38DFA0 (or 0x38DFA0) is known color: Shamrock. HEX triplet: 38, DF and A0. RGB value is (56,223,160). Sum of RGB (Red+Green+Blue) = 56+223+160=439 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.76% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #38DFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DFA0 is #C7205F. Grayscale: #A5A5A5. Windows color (decimal): -13049952 or 10542904. OLE color: 10542904.
HSL color Cylindrical-coordinate representation of color #38DFA0: hue angle of 157.37º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DFA0 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 223 | 160 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.13 |
| HSL | 157.37º | 0.72% | 0.55% | - |
| HSV(B) | 157.37º | 0.75% | 0.87% | - |
| XYZ | 34.36 | 56.15 | 42.29 | - |
| YUV | 165.89 | 124.67 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 160 | 0.75 | 0 | 0.28 | 0.13 | 157.37 | 0.72 | 0.55 |
| Hex | 38 | DF | A0 | 4B | 0 | 1C | D | 9D | 48 | 37 |
| Octal | 70 | 337 | 240 | 113 | 0 | 34 | 15 | 235 | 110 | 67 |
| Binary | 111000 | 11011111 | 10100000 | 1001011 | 0 | 11100 | 1101 | 10011101 | 1001000 | 110111 |
Color Harmonies of #38DFA0
Complementary color
Monochromatic Colors of #38DFA0
Black with #38DFA0
Text Example
Text Example
White with #38DFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DFA0; }
p { color: rgb(56,223,160); }
H1.HeaderClassName
{
color: #38DFA0;
}
.AnyTagClassName
{
color: #38DFA0;
}
</style>
background-color css
<style>
a { background-color: #38DFA0; }
a { background-color: rgb(56,223,160); }
div.DivClassName
{
background-color: #38DFA0;
}
.BgClassName
{
background-color: #38DFA0;
}
</style>
border-color css
<style>
span { border-color: #38DFA0; }
span { border-color: rgb(56,223,160); }
td.TdClassName
{
border-color: #38DFA0;
}
.TagClassName
{
border-color: #38DFA0;
}
</style>