Shades of Shamrock #38F0AA
Tints of Shamrock #38F0AA
RGB
CMYK
RGB Variations
Color information
#38F0AA (or 0x38F0AA) is known color: Shamrock. HEX triplet: 38, F0 and AA. RGB value is (56,240,170). Sum of RGB (Red+Green+Blue) = 56+240+170=466 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.02% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #38F0AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F0AA is #C70F55. Grayscale: #B1B1B1. Windows color (decimal): -13045590 or 11202616. OLE color: 11202616.
HSL color Cylindrical-coordinate representation of color #38F0AA: hue angle of 157.17º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F0AA is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 240 | 170 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.06 |
| HSL | 157.17º | 0.86% | 0.58% | - |
| HSV(B) | 157.17º | 0.77% | 0.94% | - |
| XYZ | 40.05 | 66.06 | 48.67 | - |
| YUV | 177 | 124.04 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 240 | 170 | 0.77 | 0 | 0.29 | 0.06 | 157.17 | 0.86 | 0.58 |
| Hex | 38 | F0 | AA | 4D | 0 | 1D | 6 | 9D | 56 | 3A |
| Octal | 70 | 360 | 252 | 115 | 0 | 35 | 6 | 235 | 126 | 72 |
| Binary | 111000 | 11110000 | 10101010 | 1001101 | 0 | 11101 | 110 | 10011101 | 1010110 | 111010 |
Color Harmonies of #38F0AA
Complementary color
Monochromatic Colors of #38F0AA
Black with #38F0AA
Text Example
Text Example
White with #38F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F0AA; }
p { color: rgb(56,240,170); }
H1.HeaderClassName
{
color: #38F0AA;
}
.AnyTagClassName
{
color: #38F0AA;
}
</style>
background-color css
<style>
a { background-color: #38F0AA; }
a { background-color: rgb(56,240,170); }
div.DivClassName
{
background-color: #38F0AA;
}
.BgClassName
{
background-color: #38F0AA;
}
</style>
border-color css
<style>
span { border-color: #38F0AA; }
span { border-color: rgb(56,240,170); }
td.TdClassName
{
border-color: #38F0AA;
}
.TagClassName
{
border-color: #38F0AA;
}
</style>