Shades of Shamrock #38C0A2
Tints of Shamrock #38C0A2
RGB
CMYK
RGB Variations
Color information
#38C0A2 (or 0x38C0A2) is known color: Shamrock. HEX triplet: 38, C0 and A2. RGB value is (56,192,162). Sum of RGB (Red+Green+Blue) = 56+192+162=410 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.66% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #38C0A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C0A2 is #C73F5D. Grayscale: #939393. Windows color (decimal): -13057886 or 10666040. OLE color: 10666040.
HSL color Cylindrical-coordinate representation of color #38C0A2: hue angle of 166.76º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C0A2 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 192 | 162 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.25 |
| HSL | 166.76º | 0.55% | 0.49% | - |
| HSV(B) | 166.76º | 0.71% | 0.75% | - |
| XYZ | 27 | 41.15 | 40.7 | - |
| YUV | 147.92 | 135.94 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 192 | 162 | 0.71 | 0 | 0.16 | 0.25 | 166.76 | 0.55 | 0.49 |
| Hex | 38 | C0 | A2 | 47 | 0 | 10 | 19 | A7 | 37 | 31 |
| Octal | 70 | 300 | 242 | 107 | 0 | 20 | 31 | 247 | 67 | 61 |
| Binary | 111000 | 11000000 | 10100010 | 1000111 | 0 | 10000 | 11001 | 10100111 | 110111 | 110001 |
Color Harmonies of #38C0A2
Complementary color
Monochromatic Colors of #38C0A2
Black with #38C0A2
Text Example
Text Example
White with #38C0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C0A2; }
p { color: rgb(56,192,162); }
H1.HeaderClassName
{
color: #38C0A2;
}
.AnyTagClassName
{
color: #38C0A2;
}
</style>
background-color css
<style>
a { background-color: #38C0A2; }
a { background-color: rgb(56,192,162); }
div.DivClassName
{
background-color: #38C0A2;
}
.BgClassName
{
background-color: #38C0A2;
}
</style>
border-color css
<style>
span { border-color: #38C0A2; }
span { border-color: rgb(56,192,162); }
td.TdClassName
{
border-color: #38C0A2;
}
.TagClassName
{
border-color: #38C0A2;
}
</style>