Shades of Shamrock #38C898
Tints of Shamrock #38C898
RGB
CMYK
RGB Variations
Color information
#38C898 (or 0x38C898) is known color: Shamrock. HEX triplet: 38, C8 and 98. RGB value is (56,200,152). Sum of RGB (Red+Green+Blue) = 56+200+152=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #38C898 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C898 is #C73767. Grayscale: #979797. Windows color (decimal): -13055848 or 10012728. OLE color: 10012728.
HSL color Cylindrical-coordinate representation of color #38C898: hue angle of 160º 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 #38C898 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 200 | 152 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.22 |
| HSL | 160º | 0.57% | 0.5% | - |
| HSV(B) | 160º | 0.72% | 0.78% | - |
| XYZ | 27.95 | 44.42 | 36.81 | - |
| YUV | 151.47 | 128.29 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 200 | 152 | 0.72 | 0 | 0.24 | 0.22 | 160 | 0.57 | 0.5 |
| Hex | 38 | C8 | 98 | 48 | 0 | 18 | 16 | A0 | 39 | 32 |
| Octal | 70 | 310 | 230 | 110 | 0 | 30 | 26 | 240 | 71 | 62 |
| Binary | 111000 | 11001000 | 10011000 | 1001000 | 0 | 11000 | 10110 | 10100000 | 111001 | 110010 |
Color Harmonies of #38C898
Complementary color
Monochromatic Colors of #38C898
Black with #38C898
Text Example
Text Example
White with #38C898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C898; }
p { color: rgb(56,200,152); }
H1.HeaderClassName
{
color: #38C898;
}
.AnyTagClassName
{
color: #38C898;
}
</style>
background-color css
<style>
a { background-color: #38C898; }
a { background-color: rgb(56,200,152); }
div.DivClassName
{
background-color: #38C898;
}
.BgClassName
{
background-color: #38C898;
}
</style>
border-color css
<style>
span { border-color: #38C898; }
span { border-color: rgb(56,200,152); }
td.TdClassName
{
border-color: #38C898;
}
.TagClassName
{
border-color: #38C898;
}
</style>