Shades of Shamrock #38C698
Tints of Shamrock #38C698
RGB
CMYK
RGB Variations
Color information
#38C698 (or 0x38C698) is known color: Shamrock. HEX triplet: 38, C6 and 98. RGB value is (56,198,152). Sum of RGB (Red+Green+Blue) = 56+198+152=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #38C698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C698 is #C73967. Grayscale: #969696. Windows color (decimal): -13056360 or 10012216. OLE color: 10012216.
HSL color Cylindrical-coordinate representation of color #38C698: hue angle of 160.56º degrees, saturation: 0.56, 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 #38C698 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 198 | 152 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.22 |
| HSL | 160.56º | 0.56% | 0.5% | - |
| HSV(B) | 160.56º | 0.72% | 0.78% | - |
| XYZ | 27.49 | 43.5 | 36.65 | - |
| YUV | 150.3 | 128.96 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 198 | 152 | 0.72 | 0 | 0.23 | 0.22 | 160.56 | 0.56 | 0.5 |
| Hex | 38 | C6 | 98 | 48 | 0 | 17 | 16 | A1 | 38 | 32 |
| Octal | 70 | 306 | 230 | 110 | 0 | 27 | 26 | 241 | 70 | 62 |
| Binary | 111000 | 11000110 | 10011000 | 1001000 | 0 | 10111 | 10110 | 10100001 | 111000 | 110010 |
Color Harmonies of #38C698
Complementary color
Monochromatic Colors of #38C698
Black with #38C698
Text Example
Text Example
White with #38C698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C698; }
p { color: rgb(56,198,152); }
H1.HeaderClassName
{
color: #38C698;
}
.AnyTagClassName
{
color: #38C698;
}
</style>
background-color css
<style>
a { background-color: #38C698; }
a { background-color: rgb(56,198,152); }
div.DivClassName
{
background-color: #38C698;
}
.BgClassName
{
background-color: #38C698;
}
</style>
border-color css
<style>
span { border-color: #38C698; }
span { border-color: rgb(56,198,152); }
td.TdClassName
{
border-color: #38C698;
}
.TagClassName
{
border-color: #38C698;
}
</style>