Shades of Shamrock #38DB9F
Tints of Shamrock #38DB9F
RGB
CMYK
RGB Variations
Color information
#38DB9F (or 0x38DB9F) is known color: Shamrock. HEX triplet: 38, DB and 9F. RGB value is (56,219,159). Sum of RGB (Red+Green+Blue) = 56+219+159=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DB9F is #C72460. Grayscale: #A3A3A3. Windows color (decimal): -13050977 or 10476344. OLE color: 10476344.
HSL color Cylindrical-coordinate representation of color #38DB9F: hue angle of 157.91º 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 #38DB9F is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 219 | 159 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.14 |
| HSL | 157.91º | 0.69% | 0.54% | - |
| HSV(B) | 157.91º | 0.74% | 0.86% | - |
| XYZ | 33.22 | 54.01 | 41.47 | - |
| YUV | 163.42 | 125.5 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 159 | 0.74 | 0 | 0.27 | 0.14 | 157.91 | 0.69 | 0.54 |
| Hex | 38 | DB | 9F | 4A | 0 | 1B | E | 9E | 45 | 36 |
| Octal | 70 | 333 | 237 | 112 | 0 | 33 | 16 | 236 | 105 | 66 |
| Binary | 111000 | 11011011 | 10011111 | 1001010 | 0 | 11011 | 1110 | 10011110 | 1000101 | 110110 |
Color Harmonies of #38DB9F
Complementary color
Monochromatic Colors of #38DB9F
Black with #38DB9F
Text Example
Text Example
White with #38DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DB9F; }
p { color: rgb(56,219,159); }
H1.HeaderClassName
{
color: #38DB9F;
}
.AnyTagClassName
{
color: #38DB9F;
}
</style>
background-color css
<style>
a { background-color: #38DB9F; }
a { background-color: rgb(56,219,159); }
div.DivClassName
{
background-color: #38DB9F;
}
.BgClassName
{
background-color: #38DB9F;
}
</style>
border-color css
<style>
span { border-color: #38DB9F; }
span { border-color: rgb(56,219,159); }
td.TdClassName
{
border-color: #38DB9F;
}
.TagClassName
{
border-color: #38DB9F;
}
</style>