Shades of Shamrock #38DBA0
Tints of Shamrock #38DBA0
RGB
CMYK
RGB Variations
Color information
#38DBA0 (or 0x38DBA0) is known color: Shamrock. HEX triplet: 38, DB and A0. RGB value is (56,219,160). Sum of RGB (Red+Green+Blue) = 56+219+160=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #38DBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DBA0 is #C7245F. Grayscale: #A3A3A3. Windows color (decimal): -13050976 or 10541880. OLE color: 10541880.
HSL color Cylindrical-coordinate representation of color #38DBA0: hue angle of 158.28º 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 #38DBA0 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 219 | 160 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.14 |
| HSL | 158.28º | 0.69% | 0.54% | - |
| HSV(B) | 158.28º | 0.74% | 0.86% | - |
| XYZ | 33.31 | 54.04 | 41.93 | - |
| YUV | 163.54 | 126 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 160 | 0.74 | 0 | 0.27 | 0.14 | 158.28 | 0.69 | 0.54 |
| Hex | 38 | DB | A0 | 4A | 0 | 1B | E | 9E | 45 | 36 |
| Octal | 70 | 333 | 240 | 112 | 0 | 33 | 16 | 236 | 105 | 66 |
| Binary | 111000 | 11011011 | 10100000 | 1001010 | 0 | 11011 | 1110 | 10011110 | 1000101 | 110110 |
Color Harmonies of #38DBA0
Complementary color
Monochromatic Colors of #38DBA0
Black with #38DBA0
Text Example
Text Example
White with #38DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DBA0; }
p { color: rgb(56,219,160); }
H1.HeaderClassName
{
color: #38DBA0;
}
.AnyTagClassName
{
color: #38DBA0;
}
</style>
background-color css
<style>
a { background-color: #38DBA0; }
a { background-color: rgb(56,219,160); }
div.DivClassName
{
background-color: #38DBA0;
}
.BgClassName
{
background-color: #38DBA0;
}
</style>
border-color css
<style>
span { border-color: #38DBA0; }
span { border-color: rgb(56,219,160); }
td.TdClassName
{
border-color: #38DBA0;
}
.TagClassName
{
border-color: #38DBA0;
}
</style>