Shades of Shamrock #38D69C
Tints of Shamrock #38D69C
RGB
CMYK
RGB Variations
Color information
#38D69C (or 0x38D69C) is known color: Shamrock. HEX triplet: 38, D6 and 9C. RGB value is (56,214,156). Sum of RGB (Red+Green+Blue) = 56+214+156=426 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.15% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #38D69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D69C is #C72963. Grayscale: #A0A0A0. Windows color (decimal): -13052260 or 10278456. OLE color: 10278456.
HSL color Cylindrical-coordinate representation of color #38D69C: hue angle of 157.97º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D69C is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 156 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.16 |
| HSL | 157.97º | 0.66% | 0.53% | - |
| HSV(B) | 157.97º | 0.74% | 0.84% | - |
| XYZ | 31.68 | 51.33 | 39.69 | - |
| YUV | 160.15 | 125.65 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 156 | 0.74 | 0 | 0.27 | 0.16 | 157.97 | 0.66 | 0.53 |
| Hex | 38 | D6 | 9C | 4A | 0 | 1B | 10 | 9E | 42 | 35 |
| Octal | 70 | 326 | 234 | 112 | 0 | 33 | 20 | 236 | 102 | 65 |
| Binary | 111000 | 11010110 | 10011100 | 1001010 | 0 | 11011 | 10000 | 10011110 | 1000010 | 110101 |
Color Harmonies of #38D69C
Complementary color
Monochromatic Colors of #38D69C
Black with #38D69C
Text Example
Text Example
White with #38D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D69C; }
p { color: rgb(56,214,156); }
H1.HeaderClassName
{
color: #38D69C;
}
.AnyTagClassName
{
color: #38D69C;
}
</style>
background-color css
<style>
a { background-color: #38D69C; }
a { background-color: rgb(56,214,156); }
div.DivClassName
{
background-color: #38D69C;
}
.BgClassName
{
background-color: #38D69C;
}
</style>
border-color css
<style>
span { border-color: #38D69C; }
span { border-color: rgb(56,214,156); }
td.TdClassName
{
border-color: #38D69C;
}
.TagClassName
{
border-color: #38D69C;
}
</style>