Shades of Shamrock #38BDA0
Tints of Shamrock #38BDA0
RGB
CMYK
RGB Variations
Color information
#38BDA0 (or 0x38BDA0) is known color: Shamrock. HEX triplet: 38, BD and A0. RGB value is (56,189,160). Sum of RGB (Red+Green+Blue) = 56+189+160=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #38BDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BDA0 is #C7425F. Grayscale: #919191. Windows color (decimal): -13058656 or 10534200. OLE color: 10534200.
HSL color Cylindrical-coordinate representation of color #38BDA0: hue angle of 166.92º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BDA0 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 189 | 160 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.26 |
| HSL | 166.92º | 0.54% | 0.48% | - |
| HSV(B) | 166.92º | 0.7% | 0.74% | - |
| XYZ | 26.17 | 39.77 | 39.56 | - |
| YUV | 145.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 189 | 160 | 0.70 | 0 | 0.15 | 0.26 | 166.92 | 0.54 | 0.48 |
| Hex | 38 | BD | A0 | 46 | 0 | F | 1A | A7 | 36 | 30 |
| Octal | 70 | 275 | 240 | 106 | 0 | 17 | 32 | 247 | 66 | 60 |
| Binary | 111000 | 10111101 | 10100000 | 1000110 | 0 | 1111 | 11010 | 10100111 | 110110 | 110000 |
Color Harmonies of #38BDA0
Complementary color
Monochromatic Colors of #38BDA0
Black with #38BDA0
Text Example
Text Example
White with #38BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BDA0; }
p { color: rgb(56,189,160); }
H1.HeaderClassName
{
color: #38BDA0;
}
.AnyTagClassName
{
color: #38BDA0;
}
</style>
background-color css
<style>
a { background-color: #38BDA0; }
a { background-color: rgb(56,189,160); }
div.DivClassName
{
background-color: #38BDA0;
}
.BgClassName
{
background-color: #38BDA0;
}
</style>
border-color css
<style>
span { border-color: #38BDA0; }
span { border-color: rgb(56,189,160); }
td.TdClassName
{
border-color: #38BDA0;
}
.TagClassName
{
border-color: #38BDA0;
}
</style>