Shades of Shamrock #38DC9C
Tints of Shamrock #38DC9C
RGB
CMYK
RGB Variations
Color information
#38DC9C (or 0x38DC9C) is known color: Shamrock. HEX triplet: 38, DC and 9C. RGB value is (56,220,156). Sum of RGB (Red+Green+Blue) = 56+220+156=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DC9C is #C72363. Grayscale: #A3A3A3. Windows color (decimal): -13050724 or 10279992. OLE color: 10279992.
HSL color Cylindrical-coordinate representation of color #38DC9C: hue angle of 156.59º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DC9C is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 156 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.14 |
| HSL | 156.59º | 0.7% | 0.54% | - |
| HSV(B) | 156.59º | 0.75% | 0.86% | - |
| XYZ | 33.22 | 54.43 | 40.21 | - |
| YUV | 163.67 | 123.67 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 156 | 0.75 | 0 | 0.29 | 0.14 | 156.59 | 0.7 | 0.54 |
| Hex | 38 | DC | 9C | 4B | 0 | 1D | E | 9D | 46 | 36 |
| Octal | 70 | 334 | 234 | 113 | 0 | 35 | 16 | 235 | 106 | 66 |
| Binary | 111000 | 11011100 | 10011100 | 1001011 | 0 | 11101 | 1110 | 10011101 | 1000110 | 110110 |
Color Harmonies of #38DC9C
Complementary color
Monochromatic Colors of #38DC9C
Black with #38DC9C
Text Example
Text Example
White with #38DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DC9C; }
p { color: rgb(56,220,156); }
H1.HeaderClassName
{
color: #38DC9C;
}
.AnyTagClassName
{
color: #38DC9C;
}
</style>
background-color css
<style>
a { background-color: #38DC9C; }
a { background-color: rgb(56,220,156); }
div.DivClassName
{
background-color: #38DC9C;
}
.BgClassName
{
background-color: #38DC9C;
}
</style>
border-color css
<style>
span { border-color: #38DC9C; }
span { border-color: rgb(56,220,156); }
td.TdClassName
{
border-color: #38DC9C;
}
.TagClassName
{
border-color: #38DC9C;
}
</style>