Shades of Shamrock #38BA9F
Tints of Shamrock #38BA9F
RGB
CMYK
RGB Variations
Color information
#38BA9F (or 0x38BA9F) is known color: Shamrock. HEX triplet: 38, BA and 9F. RGB value is (56,186,159). Sum of RGB (Red+Green+Blue) = 56+186+159=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BA9F is #C74560. Grayscale: #909090. Windows color (decimal): -13059425 or 10467896. OLE color: 10467896.
HSL color Cylindrical-coordinate representation of color #38BA9F: hue angle of 167.54º 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 #38BA9F is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 186 | 159 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.27 |
| HSL | 167.54º | 0.54% | 0.47% | - |
| HSV(B) | 167.54º | 0.7% | 0.73% | - |
| XYZ | 25.45 | 38.46 | 38.88 | - |
| YUV | 144.05 | 136.43 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 159 | 0.70 | 0 | 0.15 | 0.27 | 167.54 | 0.54 | 0.47 |
| Hex | 38 | BA | 9F | 46 | 0 | F | 1B | A8 | 36 | 2F |
| Octal | 70 | 272 | 237 | 106 | 0 | 17 | 33 | 250 | 66 | 57 |
| Binary | 111000 | 10111010 | 10011111 | 1000110 | 0 | 1111 | 11011 | 10101000 | 110110 | 101111 |
Color Harmonies of #38BA9F
Complementary color
Monochromatic Colors of #38BA9F
Black with #38BA9F
Text Example
Text Example
White with #38BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BA9F; }
p { color: rgb(56,186,159); }
H1.HeaderClassName
{
color: #38BA9F;
}
.AnyTagClassName
{
color: #38BA9F;
}
</style>
background-color css
<style>
a { background-color: #38BA9F; }
a { background-color: rgb(56,186,159); }
div.DivClassName
{
background-color: #38BA9F;
}
.BgClassName
{
background-color: #38BA9F;
}
</style>
border-color css
<style>
span { border-color: #38BA9F; }
span { border-color: rgb(56,186,159); }
td.TdClassName
{
border-color: #38BA9F;
}
.TagClassName
{
border-color: #38BA9F;
}
</style>