Shades of Shamrock #38DB8E
Tints of Shamrock #38DB8E
RGB
CMYK
RGB Variations
Color information
#38DB8E (or 0x38DB8E) is known color: Shamrock. HEX triplet: 38, DB and 8E. RGB value is (56,219,142). Sum of RGB (Red+Green+Blue) = 56+219+142=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DB8E is #C72471. Grayscale: #A1A1A1. Windows color (decimal): -13050994 or 9362232. OLE color: 9362232.
HSL color Cylindrical-coordinate representation of color #38DB8E: hue angle of 151.66º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DB8E is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 219 | 142 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.14 |
| HSL | 151.66º | 0.69% | 0.54% | - |
| HSV(B) | 151.66º | 0.74% | 0.86% | - |
| XYZ | 31.84 | 53.46 | 34.23 | - |
| YUV | 161.49 | 117 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 142 | 0.74 | 0 | 0.35 | 0.14 | 151.66 | 0.69 | 0.54 |
| Hex | 38 | DB | 8E | 4A | 0 | 23 | E | 98 | 45 | 36 |
| Octal | 70 | 333 | 216 | 112 | 0 | 43 | 16 | 230 | 105 | 66 |
| Binary | 111000 | 11011011 | 10001110 | 1001010 | 0 | 100011 | 1110 | 10011000 | 1000101 | 110110 |
Color Harmonies of #38DB8E
Complementary color
Monochromatic Colors of #38DB8E
Black with #38DB8E
Text Example
Text Example
White with #38DB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DB8E; }
p { color: rgb(56,219,142); }
H1.HeaderClassName
{
color: #38DB8E;
}
.AnyTagClassName
{
color: #38DB8E;
}
</style>
background-color css
<style>
a { background-color: #38DB8E; }
a { background-color: rgb(56,219,142); }
div.DivClassName
{
background-color: #38DB8E;
}
.BgClassName
{
background-color: #38DB8E;
}
</style>
border-color css
<style>
span { border-color: #38DB8E; }
span { border-color: rgb(56,219,142); }
td.TdClassName
{
border-color: #38DB8E;
}
.TagClassName
{
border-color: #38DB8E;
}
</style>