Shades of Shamrock #38BAA3
Tints of Shamrock #38BAA3
RGB
CMYK
RGB Variations
Color information
#38BAA3 (or 0x38BAA3) is known color: Shamrock. HEX triplet: 38, BA and A3. RGB value is (56,186,163). Sum of RGB (Red+Green+Blue) = 56+186+163=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #38BAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BAA3 is #C7455C. Grayscale: #909090. Windows color (decimal): -13059421 or 10730040. OLE color: 10730040.
HSL color Cylindrical-coordinate representation of color #38BAA3: hue angle of 169.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BAA3 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 186 | 163 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.27 |
| HSL | 169.38º | 0.54% | 0.47% | - |
| HSV(B) | 169.38º | 0.7% | 0.73% | - |
| XYZ | 25.8 | 38.6 | 40.74 | - |
| YUV | 144.51 | 138.43 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 163 | 0.70 | 0 | 0.12 | 0.27 | 169.38 | 0.54 | 0.47 |
| Hex | 38 | BA | A3 | 46 | 0 | C | 1B | A9 | 36 | 2F |
| Octal | 70 | 272 | 243 | 106 | 0 | 14 | 33 | 251 | 66 | 57 |
| Binary | 111000 | 10111010 | 10100011 | 1000110 | 0 | 1100 | 11011 | 10101001 | 110110 | 101111 |
Color Harmonies of #38BAA3
Complementary color
Monochromatic Colors of #38BAA3
Black with #38BAA3
Text Example
Text Example
White with #38BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BAA3; }
p { color: rgb(56,186,163); }
H1.HeaderClassName
{
color: #38BAA3;
}
.AnyTagClassName
{
color: #38BAA3;
}
</style>
background-color css
<style>
a { background-color: #38BAA3; }
a { background-color: rgb(56,186,163); }
div.DivClassName
{
background-color: #38BAA3;
}
.BgClassName
{
background-color: #38BAA3;
}
</style>
border-color css
<style>
span { border-color: #38BAA3; }
span { border-color: rgb(56,186,163); }
td.TdClassName
{
border-color: #38BAA3;
}
.TagClassName
{
border-color: #38BAA3;
}
</style>