Shades of Shamrock #38C89F
Tints of Shamrock #38C89F
RGB
CMYK
RGB Variations
Color information
#38C89F (or 0x38C89F) is known color: Shamrock. HEX triplet: 38, C8 and 9F. RGB value is (56,200,159). Sum of RGB (Red+Green+Blue) = 56+200+159=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #38C89F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C89F is #C73760. Grayscale: #989898. Windows color (decimal): -13055841 or 10471480. OLE color: 10471480.
HSL color Cylindrical-coordinate representation of color #38C89F: hue angle of 162.92º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C89F is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 200 | 159 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.22 |
| HSL | 162.92º | 0.57% | 0.5% | - |
| HSV(B) | 162.92º | 0.72% | 0.78% | - |
| XYZ | 28.54 | 44.65 | 39.92 | - |
| YUV | 152.27 | 131.79 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 200 | 159 | 0.72 | 0 | 0.20 | 0.22 | 162.92 | 0.57 | 0.5 |
| Hex | 38 | C8 | 9F | 48 | 0 | 14 | 16 | A3 | 39 | 32 |
| Octal | 70 | 310 | 237 | 110 | 0 | 24 | 26 | 243 | 71 | 62 |
| Binary | 111000 | 11001000 | 10011111 | 1001000 | 0 | 10100 | 10110 | 10100011 | 111001 | 110010 |
Color Harmonies of #38C89F
Complementary color
Monochromatic Colors of #38C89F
Black with #38C89F
Text Example
Text Example
White with #38C89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C89F; }
p { color: rgb(56,200,159); }
H1.HeaderClassName
{
color: #38C89F;
}
.AnyTagClassName
{
color: #38C89F;
}
</style>
background-color css
<style>
a { background-color: #38C89F; }
a { background-color: rgb(56,200,159); }
div.DivClassName
{
background-color: #38C89F;
}
.BgClassName
{
background-color: #38C89F;
}
</style>
border-color css
<style>
span { border-color: #38C89F; }
span { border-color: rgb(56,200,159); }
td.TdClassName
{
border-color: #38C89F;
}
.TagClassName
{
border-color: #38C89F;
}
</style>