Shades of Shamrock #38C299
Tints of Shamrock #38C299
RGB
CMYK
RGB Variations
Color information
#38C299 (or 0x38C299) is known color: Shamrock. HEX triplet: 38, C2 and 99. RGB value is (56,194,153). Sum of RGB (Red+Green+Blue) = 56+194+153=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #38C299 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C299 is #C73D66. Grayscale: #949494. Windows color (decimal): -13057383 or 10076728. OLE color: 10076728.
HSL color Cylindrical-coordinate representation of color #38C299: hue angle of 162.17º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C299 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 194 | 153 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.24 |
| HSL | 162.17º | 0.55% | 0.49% | - |
| HSV(B) | 162.17º | 0.71% | 0.76% | - |
| XYZ | 26.67 | 41.72 | 36.78 | - |
| YUV | 148.06 | 130.78 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 194 | 153 | 0.71 | 0 | 0.21 | 0.24 | 162.17 | 0.55 | 0.49 |
| Hex | 38 | C2 | 99 | 47 | 0 | 15 | 18 | A2 | 37 | 31 |
| Octal | 70 | 302 | 231 | 107 | 0 | 25 | 30 | 242 | 67 | 61 |
| Binary | 111000 | 11000010 | 10011001 | 1000111 | 0 | 10101 | 11000 | 10100010 | 110111 | 110001 |
Color Harmonies of #38C299
Complementary color
Monochromatic Colors of #38C299
Black with #38C299
Text Example
Text Example
White with #38C299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C299; }
p { color: rgb(56,194,153); }
H1.HeaderClassName
{
color: #38C299;
}
.AnyTagClassName
{
color: #38C299;
}
</style>
background-color css
<style>
a { background-color: #38C299; }
a { background-color: rgb(56,194,153); }
div.DivClassName
{
background-color: #38C299;
}
.BgClassName
{
background-color: #38C299;
}
</style>
border-color css
<style>
span { border-color: #38C299; }
span { border-color: rgb(56,194,153); }
td.TdClassName
{
border-color: #38C299;
}
.TagClassName
{
border-color: #38C299;
}
</style>