Shades of Shamrock #38BEA8
Tints of Shamrock #38BEA8
RGB
CMYK
RGB Variations
Color information
#38BEA8 (or 0x38BEA8) is known color: Shamrock. HEX triplet: 38, BE and A8. RGB value is (56,190,168). Sum of RGB (Red+Green+Blue) = 56+190+168=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #38BEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BEA8 is #C74157. Grayscale: #939393. Windows color (decimal): -13058392 or 11058744. OLE color: 11058744.
HSL color Cylindrical-coordinate representation of color #38BEA8: hue angle of 170.15º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BEA8 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 190 | 168 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.25 |
| HSL | 170.15º | 0.54% | 0.48% | - |
| HSV(B) | 170.15º | 0.71% | 0.75% | - |
| XYZ | 27.11 | 40.49 | 43.43 | - |
| YUV | 147.43 | 139.61 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 190 | 168 | 0.71 | 0 | 0.12 | 0.25 | 170.15 | 0.54 | 0.48 |
| Hex | 38 | BE | A8 | 47 | 0 | C | 19 | AA | 36 | 30 |
| Octal | 70 | 276 | 250 | 107 | 0 | 14 | 31 | 252 | 66 | 60 |
| Binary | 111000 | 10111110 | 10101000 | 1000111 | 0 | 1100 | 11001 | 10101010 | 110110 | 110000 |
Color Harmonies of #38BEA8
Complementary color
Monochromatic Colors of #38BEA8
Black with #38BEA8
Text Example
Text Example
White with #38BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BEA8; }
p { color: rgb(56,190,168); }
H1.HeaderClassName
{
color: #38BEA8;
}
.AnyTagClassName
{
color: #38BEA8;
}
</style>
background-color css
<style>
a { background-color: #38BEA8; }
a { background-color: rgb(56,190,168); }
div.DivClassName
{
background-color: #38BEA8;
}
.BgClassName
{
background-color: #38BEA8;
}
</style>
border-color css
<style>
span { border-color: #38BEA8; }
span { border-color: rgb(56,190,168); }
td.TdClassName
{
border-color: #38BEA8;
}
.TagClassName
{
border-color: #38BEA8;
}
</style>