Shades of Shamrock #38D09C
Tints of Shamrock #38D09C
RGB
CMYK
RGB Variations
Color information
#38D09C (or 0x38D09C) is known color: Shamrock. HEX triplet: 38, D0 and 9C. RGB value is (56,208,156). Sum of RGB (Red+Green+Blue) = 56+208+156=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #38D09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D09C is #C72F63. Grayscale: #9C9C9C. Windows color (decimal): -13053796 or 10276920. OLE color: 10276920.
HSL color Cylindrical-coordinate representation of color #38D09C: hue angle of 159.47º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D09C is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 208 | 156 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.18 |
| HSL | 159.47º | 0.62% | 0.52% | - |
| HSV(B) | 159.47º | 0.73% | 0.82% | - |
| XYZ | 30.19 | 48.35 | 39.19 | - |
| YUV | 156.62 | 127.64 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 156 | 0.73 | 0 | 0.25 | 0.18 | 159.47 | 0.62 | 0.52 |
| Hex | 38 | D0 | 9C | 49 | 0 | 19 | 12 | 9F | 3E | 34 |
| Octal | 70 | 320 | 234 | 111 | 0 | 31 | 22 | 237 | 76 | 64 |
| Binary | 111000 | 11010000 | 10011100 | 1001001 | 0 | 11001 | 10010 | 10011111 | 111110 | 110100 |
Color Harmonies of #38D09C
Complementary color
Monochromatic Colors of #38D09C
Black with #38D09C
Text Example
Text Example
White with #38D09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D09C; }
p { color: rgb(56,208,156); }
H1.HeaderClassName
{
color: #38D09C;
}
.AnyTagClassName
{
color: #38D09C;
}
</style>
background-color css
<style>
a { background-color: #38D09C; }
a { background-color: rgb(56,208,156); }
div.DivClassName
{
background-color: #38D09C;
}
.BgClassName
{
background-color: #38D09C;
}
</style>
border-color css
<style>
span { border-color: #38D09C; }
span { border-color: rgb(56,208,156); }
td.TdClassName
{
border-color: #38D09C;
}
.TagClassName
{
border-color: #38D09C;
}
</style>