Shades of Shamrock #38BA94
Tints of Shamrock #38BA94
RGB
CMYK
RGB Variations
Color information
#38BA94 (or 0x38BA94) is known color: Shamrock. HEX triplet: 38, BA and 94. RGB value is (56,186,148). Sum of RGB (Red+Green+Blue) = 56+186+148=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BA94 is #C7456B. Grayscale: #8E8E8E. Windows color (decimal): -13059436 or 9747000. OLE color: 9747000.
HSL color Cylindrical-coordinate representation of color #38BA94: hue angle of 162.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BA94 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 186 | 148 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.27 |
| HSL | 162.46º | 0.54% | 0.47% | - |
| HSV(B) | 162.46º | 0.7% | 0.73% | - |
| XYZ | 24.54 | 38.1 | 34.08 | - |
| YUV | 142.8 | 130.93 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 148 | 0.70 | 0 | 0.20 | 0.27 | 162.46 | 0.54 | 0.47 |
| Hex | 38 | BA | 94 | 46 | 0 | 14 | 1B | A2 | 36 | 2F |
| Octal | 70 | 272 | 224 | 106 | 0 | 24 | 33 | 242 | 66 | 57 |
| Binary | 111000 | 10111010 | 10010100 | 1000110 | 0 | 10100 | 11011 | 10100010 | 110110 | 101111 |
Color Harmonies of #38BA94
Complementary color
Monochromatic Colors of #38BA94
Black with #38BA94
Text Example
Text Example
White with #38BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BA94; }
p { color: rgb(56,186,148); }
H1.HeaderClassName
{
color: #38BA94;
}
.AnyTagClassName
{
color: #38BA94;
}
</style>
background-color css
<style>
a { background-color: #38BA94; }
a { background-color: rgb(56,186,148); }
div.DivClassName
{
background-color: #38BA94;
}
.BgClassName
{
background-color: #38BA94;
}
</style>
border-color css
<style>
span { border-color: #38BA94; }
span { border-color: rgb(56,186,148); }
td.TdClassName
{
border-color: #38BA94;
}
.TagClassName
{
border-color: #38BA94;
}
</style>