Shades of Shamrock #38BCA8
Tints of Shamrock #38BCA8
RGB
CMYK
RGB Variations
Color information
#38BCA8 (or 0x38BCA8) is known color: Shamrock. HEX triplet: 38, BC and A8. RGB value is (56,188,168). Sum of RGB (Red+Green+Blue) = 56+188+168=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #38BCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BCA8 is #C74357. Grayscale: #929292. Windows color (decimal): -13058904 or 11058232. OLE color: 11058232.
HSL color Cylindrical-coordinate representation of color #38BCA8: hue angle of 170.91º 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 #38BCA8 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 188 | 168 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.26 |
| HSL | 170.91º | 0.54% | 0.48% | - |
| HSV(B) | 170.91º | 0.7% | 0.74% | - |
| XYZ | 26.68 | 39.63 | 43.29 | - |
| YUV | 146.25 | 140.27 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 168 | 0.70 | 0 | 0.11 | 0.26 | 170.91 | 0.54 | 0.48 |
| Hex | 38 | BC | A8 | 46 | 0 | B | 1A | AB | 36 | 30 |
| Octal | 70 | 274 | 250 | 106 | 0 | 13 | 32 | 253 | 66 | 60 |
| Binary | 111000 | 10111100 | 10101000 | 1000110 | 0 | 1011 | 11010 | 10101011 | 110110 | 110000 |
Color Harmonies of #38BCA8
Complementary color
Monochromatic Colors of #38BCA8
Black with #38BCA8
Text Example
Text Example
White with #38BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BCA8; }
p { color: rgb(56,188,168); }
H1.HeaderClassName
{
color: #38BCA8;
}
.AnyTagClassName
{
color: #38BCA8;
}
</style>
background-color css
<style>
a { background-color: #38BCA8; }
a { background-color: rgb(56,188,168); }
div.DivClassName
{
background-color: #38BCA8;
}
.BgClassName
{
background-color: #38BCA8;
}
</style>
border-color css
<style>
span { border-color: #38BCA8; }
span { border-color: rgb(56,188,168); }
td.TdClassName
{
border-color: #38BCA8;
}
.TagClassName
{
border-color: #38BCA8;
}
</style>