Shades of Shamrock #38FFA0
Tints of Shamrock #38FFA0
RGB
CMYK
RGB Variations
Color information
#38FFA0 (or 0x38FFA0) is known color: Shamrock. HEX triplet: 38, FF and A0. RGB value is (56,255,160). Sum of RGB (Red+Green+Blue) = 56+255+160=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FFA0 is #C7005F. Grayscale: #B8B8B8. Windows color (decimal): -13041760 or 10551096. OLE color: 10551096.
HSL color Cylindrical-coordinate representation of color #38FFA0: hue angle of 151.36º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FFA0 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 160 | - |
| CMYK | 0.78 | 0 | 0.37 | 0 |
| HSL | 151.36º | 1% | 0.61% | - |
| HSV(B) | 151.36º | 0.78% | 1% | - |
| XYZ | 43.74 | 74.9 | 45.41 | - |
| YUV | 184.67 | 114.07 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 160 | 0.78 | 0 | 0.37 | 0 | 151.36 | 1 | 0.61 |
| Hex | 38 | FF | A0 | 4E | 0 | 25 | 0 | 97 | 64 | 3D |
| Octal | 70 | 377 | 240 | 116 | 0 | 45 | 0 | 227 | 144 | 75 |
| Binary | 111000 | 11111111 | 10100000 | 1001110 | 0 | 100101 | 0 | 10010111 | 1100100 | 111101 |
Color Harmonies of #38FFA0
Complementary color
Monochromatic Colors of #38FFA0
Black with #38FFA0
Text Example
Text Example
White with #38FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFA0; }
p { color: rgb(56,255,160); }
H1.HeaderClassName
{
color: #38FFA0;
}
.AnyTagClassName
{
color: #38FFA0;
}
</style>
background-color css
<style>
a { background-color: #38FFA0; }
a { background-color: rgb(56,255,160); }
div.DivClassName
{
background-color: #38FFA0;
}
.BgClassName
{
background-color: #38FFA0;
}
</style>
border-color css
<style>
span { border-color: #38FFA0; }
span { border-color: rgb(56,255,160); }
td.TdClassName
{
border-color: #38FFA0;
}
.TagClassName
{
border-color: #38FFA0;
}
</style>