Shades of Shamrock #38C899
Tints of Shamrock #38C899
RGB
CMYK
RGB Variations
Color information
#38C899 (or 0x38C899) is known color: Shamrock. HEX triplet: 38, C8 and 99. RGB value is (56,200,153). Sum of RGB (Red+Green+Blue) = 56+200+153=409 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.69% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #38C899 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C899 is #C73766. Grayscale: #979797. Windows color (decimal): -13055847 or 10078264. OLE color: 10078264.
HSL color Cylindrical-coordinate representation of color #38C899: hue angle of 160.42º 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 #38C899 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 200 | 153 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.22 |
| HSL | 160.42º | 0.57% | 0.5% | - |
| HSV(B) | 160.42º | 0.72% | 0.78% | - |
| XYZ | 28.03 | 44.45 | 37.24 | - |
| YUV | 151.59 | 128.79 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 200 | 153 | 0.72 | 0 | 0.24 | 0.22 | 160.42 | 0.57 | 0.5 |
| Hex | 38 | C8 | 99 | 48 | 0 | 18 | 16 | A0 | 39 | 32 |
| Octal | 70 | 310 | 231 | 110 | 0 | 30 | 26 | 240 | 71 | 62 |
| Binary | 111000 | 11001000 | 10011001 | 1001000 | 0 | 11000 | 10110 | 10100000 | 111001 | 110010 |
Color Harmonies of #38C899
Complementary color
Monochromatic Colors of #38C899
Black with #38C899
Text Example
Text Example
White with #38C899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C899; }
p { color: rgb(56,200,153); }
H1.HeaderClassName
{
color: #38C899;
}
.AnyTagClassName
{
color: #38C899;
}
</style>
background-color css
<style>
a { background-color: #38C899; }
a { background-color: rgb(56,200,153); }
div.DivClassName
{
background-color: #38C899;
}
.BgClassName
{
background-color: #38C899;
}
</style>
border-color css
<style>
span { border-color: #38C899; }
span { border-color: rgb(56,200,153); }
td.TdClassName
{
border-color: #38C899;
}
.TagClassName
{
border-color: #38C899;
}
</style>