Shades of Shamrock #38DCAA
Tints of Shamrock #38DCAA
RGB
CMYK
RGB Variations
Color information
#38DCAA (or 0x38DCAA) is known color: Shamrock. HEX triplet: 38, DC and AA. RGB value is (56,220,170). Sum of RGB (Red+Green+Blue) = 56+220+170=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DCAA is #C72355. Grayscale: #A5A5A5. Windows color (decimal): -13050710 or 11197496. OLE color: 11197496.
HSL color Cylindrical-coordinate representation of color #38DCAA: hue angle of 161.71º 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 #38DCAA is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 170 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.14 |
| HSL | 161.71º | 0.7% | 0.54% | - |
| HSV(B) | 161.71º | 0.75% | 0.86% | - |
| XYZ | 34.48 | 54.93 | 46.82 | - |
| YUV | 165.26 | 130.67 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 170 | 0.75 | 0 | 0.23 | 0.14 | 161.71 | 0.7 | 0.54 |
| Hex | 38 | DC | AA | 4B | 0 | 17 | E | A2 | 46 | 36 |
| Octal | 70 | 334 | 252 | 113 | 0 | 27 | 16 | 242 | 106 | 66 |
| Binary | 111000 | 11011100 | 10101010 | 1001011 | 0 | 10111 | 1110 | 10100010 | 1000110 | 110110 |
Color Harmonies of #38DCAA
Complementary color
Monochromatic Colors of #38DCAA
Black with #38DCAA
Text Example
Text Example
White with #38DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCAA; }
p { color: rgb(56,220,170); }
H1.HeaderClassName
{
color: #38DCAA;
}
.AnyTagClassName
{
color: #38DCAA;
}
</style>
background-color css
<style>
a { background-color: #38DCAA; }
a { background-color: rgb(56,220,170); }
div.DivClassName
{
background-color: #38DCAA;
}
.BgClassName
{
background-color: #38DCAA;
}
</style>
border-color css
<style>
span { border-color: #38DCAA; }
span { border-color: rgb(56,220,170); }
td.TdClassName
{
border-color: #38DCAA;
}
.TagClassName
{
border-color: #38DCAA;
}
</style>