Shades of Shamrock #38C89C
Tints of Shamrock #38C89C
RGB
CMYK
RGB Variations
Color information
#38C89C (or 0x38C89C) is known color: Shamrock. HEX triplet: 38, C8 and 9C. RGB value is (56,200,156). Sum of RGB (Red+Green+Blue) = 56+200+156=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #38C89C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C89C is #C73763. Grayscale: #979797. Windows color (decimal): -13055844 or 10274872. OLE color: 10274872.
HSL color Cylindrical-coordinate representation of color #38C89C: hue angle of 161.67º 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 #38C89C is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 200 | 156 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.22 |
| HSL | 161.67º | 0.57% | 0.5% | - |
| HSV(B) | 161.67º | 0.72% | 0.78% | - |
| XYZ | 28.29 | 44.55 | 38.56 | - |
| YUV | 151.93 | 130.29 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 200 | 156 | 0.72 | 0 | 0.22 | 0.22 | 161.67 | 0.57 | 0.5 |
| Hex | 38 | C8 | 9C | 48 | 0 | 16 | 16 | A2 | 39 | 32 |
| Octal | 70 | 310 | 234 | 110 | 0 | 26 | 26 | 242 | 71 | 62 |
| Binary | 111000 | 11001000 | 10011100 | 1001000 | 0 | 10110 | 10110 | 10100010 | 111001 | 110010 |
Color Harmonies of #38C89C
Complementary color
Monochromatic Colors of #38C89C
Black with #38C89C
Text Example
Text Example
White with #38C89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C89C; }
p { color: rgb(56,200,156); }
H1.HeaderClassName
{
color: #38C89C;
}
.AnyTagClassName
{
color: #38C89C;
}
</style>
background-color css
<style>
a { background-color: #38C89C; }
a { background-color: rgb(56,200,156); }
div.DivClassName
{
background-color: #38C89C;
}
.BgClassName
{
background-color: #38C89C;
}
</style>
border-color css
<style>
span { border-color: #38C89C; }
span { border-color: rgb(56,200,156); }
td.TdClassName
{
border-color: #38C89C;
}
.TagClassName
{
border-color: #38C89C;
}
</style>