Shades of Shamrock #38BC90
Tints of Shamrock #38BC90
RGB
CMYK
RGB Variations
Color information
#38BC90 (or 0x38BC90) is known color: Shamrock. HEX triplet: 38, BC and 90. RGB value is (56,188,144). Sum of RGB (Red+Green+Blue) = 56+188+144=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BC90 is #C7436F. Grayscale: #8F8F8F. Windows color (decimal): -13058928 or 9485368. OLE color: 9485368.
HSL color Cylindrical-coordinate representation of color #38BC90: hue angle of 160º 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 #38BC90 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 188 | 144 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.26 |
| HSL | 160º | 0.54% | 0.48% | - |
| HSV(B) | 160º | 0.7% | 0.74% | - |
| XYZ | 24.65 | 38.82 | 32.58 | - |
| YUV | 143.52 | 128.27 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 144 | 0.70 | 0 | 0.23 | 0.26 | 160 | 0.54 | 0.48 |
| Hex | 38 | BC | 90 | 46 | 0 | 17 | 1A | A0 | 36 | 30 |
| Octal | 70 | 274 | 220 | 106 | 0 | 27 | 32 | 240 | 66 | 60 |
| Binary | 111000 | 10111100 | 10010000 | 1000110 | 0 | 10111 | 11010 | 10100000 | 110110 | 110000 |
Color Harmonies of #38BC90
Complementary color
Monochromatic Colors of #38BC90
Black with #38BC90
Text Example
Text Example
White with #38BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BC90; }
p { color: rgb(56,188,144); }
H1.HeaderClassName
{
color: #38BC90;
}
.AnyTagClassName
{
color: #38BC90;
}
</style>
background-color css
<style>
a { background-color: #38BC90; }
a { background-color: rgb(56,188,144); }
div.DivClassName
{
background-color: #38BC90;
}
.BgClassName
{
background-color: #38BC90;
}
</style>
border-color css
<style>
span { border-color: #38BC90; }
span { border-color: rgb(56,188,144); }
td.TdClassName
{
border-color: #38BC90;
}
.TagClassName
{
border-color: #38BC90;
}
</style>