Shades of Shamrock #38D890
Tints of Shamrock #38D890
RGB
CMYK
RGB Variations
Color information
#38D890 (or 0x38D890) is known color: Shamrock. HEX triplet: 38, D8 and 90. RGB value is (56,216,144). Sum of RGB (Red+Green+Blue) = 56+216+144=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #38D890 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D890 is #C7276F. Grayscale: #A0A0A0. Windows color (decimal): -13051760 or 9492536. OLE color: 9492536.
HSL color Cylindrical-coordinate representation of color #38D890: hue angle of 153º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D890 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 144 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.15 |
| HSL | 153º | 0.67% | 0.53% | - |
| HSV(B) | 153º | 0.74% | 0.85% | - |
| XYZ | 31.22 | 51.97 | 34.77 | - |
| YUV | 159.95 | 118.99 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 144 | 0.74 | 0 | 0.33 | 0.15 | 153 | 0.67 | 0.53 |
| Hex | 38 | D8 | 90 | 4A | 0 | 21 | F | 99 | 43 | 35 |
| Octal | 70 | 330 | 220 | 112 | 0 | 41 | 17 | 231 | 103 | 65 |
| Binary | 111000 | 11011000 | 10010000 | 1001010 | 0 | 100001 | 1111 | 10011001 | 1000011 | 110101 |
Color Harmonies of #38D890
Complementary color
Monochromatic Colors of #38D890
Black with #38D890
Text Example
Text Example
White with #38D890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D890; }
p { color: rgb(56,216,144); }
H1.HeaderClassName
{
color: #38D890;
}
.AnyTagClassName
{
color: #38D890;
}
</style>
background-color css
<style>
a { background-color: #38D890; }
a { background-color: rgb(56,216,144); }
div.DivClassName
{
background-color: #38D890;
}
.BgClassName
{
background-color: #38D890;
}
</style>
border-color css
<style>
span { border-color: #38D890; }
span { border-color: rgb(56,216,144); }
td.TdClassName
{
border-color: #38D890;
}
.TagClassName
{
border-color: #38D890;
}
</style>