Shades of Shamrock #38BD91
Tints of Shamrock #38BD91
RGB
CMYK
RGB Variations
Color information
#38BD91 (or 0x38BD91) is known color: Shamrock. HEX triplet: 38, BD and 91. RGB value is (56,189,145). Sum of RGB (Red+Green+Blue) = 56+189+145=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BD91 is #C7426E. Grayscale: #909090. Windows color (decimal): -13058671 or 9551160. OLE color: 9551160.
HSL color Cylindrical-coordinate representation of color #38BD91: hue angle of 160.15º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BD91 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 189 | 145 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.26 |
| HSL | 160.15º | 0.54% | 0.48% | - |
| HSV(B) | 160.15º | 0.7% | 0.74% | - |
| XYZ | 24.94 | 39.28 | 33.06 | - |
| YUV | 144.22 | 128.44 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 189 | 145 | 0.70 | 0 | 0.23 | 0.26 | 160.15 | 0.54 | 0.48 |
| Hex | 38 | BD | 91 | 46 | 0 | 17 | 1A | A0 | 36 | 30 |
| Octal | 70 | 275 | 221 | 106 | 0 | 27 | 32 | 240 | 66 | 60 |
| Binary | 111000 | 10111101 | 10010001 | 1000110 | 0 | 10111 | 11010 | 10100000 | 110110 | 110000 |
Color Harmonies of #38BD91
Complementary color
Monochromatic Colors of #38BD91
Black with #38BD91
Text Example
Text Example
White with #38BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BD91; }
p { color: rgb(56,189,145); }
H1.HeaderClassName
{
color: #38BD91;
}
.AnyTagClassName
{
color: #38BD91;
}
</style>
background-color css
<style>
a { background-color: #38BD91; }
a { background-color: rgb(56,189,145); }
div.DivClassName
{
background-color: #38BD91;
}
.BgClassName
{
background-color: #38BD91;
}
</style>
border-color css
<style>
span { border-color: #38BD91; }
span { border-color: rgb(56,189,145); }
td.TdClassName
{
border-color: #38BD91;
}
.TagClassName
{
border-color: #38BD91;
}
</style>