Shades of Shamrock #38BA99
Tints of Shamrock #38BA99
RGB
CMYK
RGB Variations
Color information
#38BA99 (or 0x38BA99) is known color: Shamrock. HEX triplet: 38, BA and 99. RGB value is (56,186,153). Sum of RGB (Red+Green+Blue) = 56+186+153=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BA99 is #C74566. Grayscale: #8F8F8F. Windows color (decimal): -13059431 or 10074680. OLE color: 10074680.
HSL color Cylindrical-coordinate representation of color #38BA99: hue angle of 164.77º 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 #38BA99 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 186 | 153 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.27 |
| HSL | 164.77º | 0.54% | 0.47% | - |
| HSV(B) | 164.77º | 0.7% | 0.73% | - |
| XYZ | 24.94 | 38.26 | 36.21 | - |
| YUV | 143.37 | 133.43 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 153 | 0.70 | 0 | 0.18 | 0.27 | 164.77 | 0.54 | 0.47 |
| Hex | 38 | BA | 99 | 46 | 0 | 12 | 1B | A5 | 36 | 2F |
| Octal | 70 | 272 | 231 | 106 | 0 | 22 | 33 | 245 | 66 | 57 |
| Binary | 111000 | 10111010 | 10011001 | 1000110 | 0 | 10010 | 11011 | 10100101 | 110110 | 101111 |
Color Harmonies of #38BA99
Complementary color
Monochromatic Colors of #38BA99
Black with #38BA99
Text Example
Text Example
White with #38BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BA99; }
p { color: rgb(56,186,153); }
H1.HeaderClassName
{
color: #38BA99;
}
.AnyTagClassName
{
color: #38BA99;
}
</style>
background-color css
<style>
a { background-color: #38BA99; }
a { background-color: rgb(56,186,153); }
div.DivClassName
{
background-color: #38BA99;
}
.BgClassName
{
background-color: #38BA99;
}
</style>
border-color css
<style>
span { border-color: #38BA99; }
span { border-color: rgb(56,186,153); }
td.TdClassName
{
border-color: #38BA99;
}
.TagClassName
{
border-color: #38BA99;
}
</style>