Shades of Shamrock #38BDA8
Tints of Shamrock #38BDA8
RGB
CMYK
RGB Variations
Color information
#38BDA8 (or 0x38BDA8) is known color: Shamrock. HEX triplet: 38, BD and A8. RGB value is (56,189,168). Sum of RGB (Red+Green+Blue) = 56+189+168=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #38BDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BDA8 is #C74257. Grayscale: #929292. Windows color (decimal): -13058648 or 11058488. OLE color: 11058488.
HSL color Cylindrical-coordinate representation of color #38BDA8: hue angle of 170.53º 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 #38BDA8 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 189 | 168 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.26 |
| HSL | 170.53º | 0.54% | 0.48% | - |
| HSV(B) | 170.53º | 0.7% | 0.74% | - |
| XYZ | 26.9 | 40.06 | 43.36 | - |
| YUV | 146.84 | 139.94 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 189 | 168 | 0.70 | 0 | 0.11 | 0.26 | 170.53 | 0.54 | 0.48 |
| Hex | 38 | BD | A8 | 46 | 0 | B | 1A | AB | 36 | 30 |
| Octal | 70 | 275 | 250 | 106 | 0 | 13 | 32 | 253 | 66 | 60 |
| Binary | 111000 | 10111101 | 10101000 | 1000110 | 0 | 1011 | 11010 | 10101011 | 110110 | 110000 |
Color Harmonies of #38BDA8
Complementary color
Monochromatic Colors of #38BDA8
Black with #38BDA8
Text Example
Text Example
White with #38BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BDA8; }
p { color: rgb(56,189,168); }
H1.HeaderClassName
{
color: #38BDA8;
}
.AnyTagClassName
{
color: #38BDA8;
}
</style>
background-color css
<style>
a { background-color: #38BDA8; }
a { background-color: rgb(56,189,168); }
div.DivClassName
{
background-color: #38BDA8;
}
.BgClassName
{
background-color: #38BDA8;
}
</style>
border-color css
<style>
span { border-color: #38BDA8; }
span { border-color: rgb(56,189,168); }
td.TdClassName
{
border-color: #38BDA8;
}
.TagClassName
{
border-color: #38BDA8;
}
</style>