Shades of Shamrock #38BFA7
Tints of Shamrock #38BFA7
RGB
CMYK
RGB Variations
Color information
#38BFA7 (or 0x38BFA7) is known color: Shamrock. HEX triplet: 38, BF and A7. RGB value is (56,191,167). Sum of RGB (Red+Green+Blue) = 56+191+167=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #38BFA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BFA7 is #C74058. Grayscale: #939393. Windows color (decimal): -13058137 or 10993464. OLE color: 10993464.
HSL color Cylindrical-coordinate representation of color #38BFA7: hue angle of 169.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BFA7 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 191 | 167 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.25 |
| HSL | 169.33º | 0.55% | 0.48% | - |
| HSV(B) | 169.33º | 0.71% | 0.75% | - |
| XYZ | 27.24 | 40.89 | 43.02 | - |
| YUV | 147.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 191 | 167 | 0.71 | 0 | 0.13 | 0.25 | 169.33 | 0.55 | 0.48 |
| Hex | 38 | BF | A7 | 47 | 0 | D | 19 | A9 | 37 | 30 |
| Octal | 70 | 277 | 247 | 107 | 0 | 15 | 31 | 251 | 67 | 60 |
| Binary | 111000 | 10111111 | 10100111 | 1000111 | 0 | 1101 | 11001 | 10101001 | 110111 | 110000 |
Color Harmonies of #38BFA7
Complementary color
Monochromatic Colors of #38BFA7
Black with #38BFA7
Text Example
Text Example
White with #38BFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BFA7; }
p { color: rgb(56,191,167); }
H1.HeaderClassName
{
color: #38BFA7;
}
.AnyTagClassName
{
color: #38BFA7;
}
</style>
background-color css
<style>
a { background-color: #38BFA7; }
a { background-color: rgb(56,191,167); }
div.DivClassName
{
background-color: #38BFA7;
}
.BgClassName
{
background-color: #38BFA7;
}
</style>
border-color css
<style>
span { border-color: #38BFA7; }
span { border-color: rgb(56,191,167); }
td.TdClassName
{
border-color: #38BFA7;
}
.TagClassName
{
border-color: #38BFA7;
}
</style>