Shades of Shamrock #38EFA8
Tints of Shamrock #38EFA8
RGB
CMYK
RGB Variations
Color information
#38EFA8 (or 0x38EFA8) is known color: Shamrock. HEX triplet: 38, EF and A8. RGB value is (56,239,168). Sum of RGB (Red+Green+Blue) = 56+239+168=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 239 (93.75% from 255 or 51.62% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38EFA8 is #C71057. Grayscale: #B0B0B0. Windows color (decimal): -13045848 or 11071288. OLE color: 11071288.
HSL color Cylindrical-coordinate representation of color #38EFA8: hue angle of 156.72º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EFA8 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 239 | 168 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.06 |
| HSL | 156.72º | 0.85% | 0.58% | - |
| HSV(B) | 156.72º | 0.77% | 0.94% | - |
| XYZ | 39.57 | 65.4 | 47.58 | - |
| YUV | 176.19 | 123.37 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 239 | 168 | 0.77 | 0 | 0.30 | 0.06 | 156.72 | 0.85 | 0.58 |
| Hex | 38 | EF | A8 | 4D | 0 | 1E | 6 | 9D | 55 | 3A |
| Octal | 70 | 357 | 250 | 115 | 0 | 36 | 6 | 235 | 125 | 72 |
| Binary | 111000 | 11101111 | 10101000 | 1001101 | 0 | 11110 | 110 | 10011101 | 1010101 | 111010 |
Color Harmonies of #38EFA8
Complementary color
Monochromatic Colors of #38EFA8
Black with #38EFA8
Text Example
Text Example
White with #38EFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EFA8; }
p { color: rgb(56,239,168); }
H1.HeaderClassName
{
color: #38EFA8;
}
.AnyTagClassName
{
color: #38EFA8;
}
</style>
background-color css
<style>
a { background-color: #38EFA8; }
a { background-color: rgb(56,239,168); }
div.DivClassName
{
background-color: #38EFA8;
}
.BgClassName
{
background-color: #38EFA8;
}
</style>
border-color css
<style>
span { border-color: #38EFA8; }
span { border-color: rgb(56,239,168); }
td.TdClassName
{
border-color: #38EFA8;
}
.TagClassName
{
border-color: #38EFA8;
}
</style>