Shades of Shamrock #38DCAC
Tints of Shamrock #38DCAC
RGB
CMYK
RGB Variations
Color information
#38DCAC (or 0x38DCAC) is known color: Shamrock. HEX triplet: 38, DC and AC. RGB value is (56,220,172). Sum of RGB (Red+Green+Blue) = 56+220+172=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DCAC is #C72353. Grayscale: #A5A5A5. Windows color (decimal): -13050708 or 11328568. OLE color: 11328568.
HSL color Cylindrical-coordinate representation of color #38DCAC: hue angle of 162.44º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DCAC is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 172 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.14 |
| HSL | 162.44º | 0.7% | 0.54% | - |
| HSV(B) | 162.44º | 0.75% | 0.86% | - |
| XYZ | 34.67 | 55.01 | 47.82 | - |
| YUV | 165.49 | 131.67 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 172 | 0.75 | 0 | 0.22 | 0.14 | 162.44 | 0.7 | 0.54 |
| Hex | 38 | DC | AC | 4B | 0 | 16 | E | A2 | 46 | 36 |
| Octal | 70 | 334 | 254 | 113 | 0 | 26 | 16 | 242 | 106 | 66 |
| Binary | 111000 | 11011100 | 10101100 | 1001011 | 0 | 10110 | 1110 | 10100010 | 1000110 | 110110 |
Color Harmonies of #38DCAC
Complementary color
Monochromatic Colors of #38DCAC
Black with #38DCAC
Text Example
Text Example
White with #38DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCAC; }
p { color: rgb(56,220,172); }
H1.HeaderClassName
{
color: #38DCAC;
}
.AnyTagClassName
{
color: #38DCAC;
}
</style>
background-color css
<style>
a { background-color: #38DCAC; }
a { background-color: rgb(56,220,172); }
div.DivClassName
{
background-color: #38DCAC;
}
.BgClassName
{
background-color: #38DCAC;
}
</style>
border-color css
<style>
span { border-color: #38DCAC; }
span { border-color: rgb(56,220,172); }
td.TdClassName
{
border-color: #38DCAC;
}
.TagClassName
{
border-color: #38DCAC;
}
</style>