Shades of Shamrock #38FFAA
Tints of Shamrock #38FFAA
RGB
CMYK
RGB Variations
Color information
#38FFAA (or 0x38FFAA) is known color: Shamrock. HEX triplet: 38, FF and AA. RGB value is (56,255,170). Sum of RGB (Red+Green+Blue) = 56+255+170=481 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.64% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FFAA is #C70055. Grayscale: #B9B9B9. Windows color (decimal): -13041750 or 11206456. OLE color: 11206456.
HSL color Cylindrical-coordinate representation of color #38FFAA: hue angle of 154.37º 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 #38FFAA is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 170 | - |
| CMYK | 0.78 | 0 | 0.33 | 0 |
| HSL | 154.37º | 1% | 0.61% | - |
| HSV(B) | 154.37º | 0.78% | 1% | - |
| XYZ | 44.65 | 75.26 | 50.2 | - |
| YUV | 185.81 | 119.07 | 35.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 170 | 0.78 | 0 | 0.33 | 0 | 154.37 | 1 | 0.61 |
| Hex | 38 | FF | AA | 4E | 0 | 21 | 0 | 9A | 64 | 3D |
| Octal | 70 | 377 | 252 | 116 | 0 | 41 | 0 | 232 | 144 | 75 |
| Binary | 111000 | 11111111 | 10101010 | 1001110 | 0 | 100001 | 0 | 10011010 | 1100100 | 111101 |
Color Harmonies of #38FFAA
Complementary color
Monochromatic Colors of #38FFAA
Black with #38FFAA
Text Example
Text Example
White with #38FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFAA; }
p { color: rgb(56,255,170); }
H1.HeaderClassName
{
color: #38FFAA;
}
.AnyTagClassName
{
color: #38FFAA;
}
</style>
background-color css
<style>
a { background-color: #38FFAA; }
a { background-color: rgb(56,255,170); }
div.DivClassName
{
background-color: #38FFAA;
}
.BgClassName
{
background-color: #38FFAA;
}
</style>
border-color css
<style>
span { border-color: #38FFAA; }
span { border-color: rgb(56,255,170); }
td.TdClassName
{
border-color: #38FFAA;
}
.TagClassName
{
border-color: #38FFAA;
}
</style>