Shades of Shamrock #38E6AA
Tints of Shamrock #38E6AA
RGB
CMYK
RGB Variations
Color information
#38E6AA (or 0x38E6AA) is known color: Shamrock. HEX triplet: 38, E6 and AA. RGB value is (56,230,170). Sum of RGB (Red+Green+Blue) = 56+230+170=456 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.28% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #38E6AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38E6AA is #C71955. Grayscale: #ABABAB. Windows color (decimal): -13048150 or 11200056. OLE color: 11200056.
HSL color Cylindrical-coordinate representation of color #38E6AA: hue angle of 159.31º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E6AA is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 230 | 170 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.10 |
| HSL | 159.31º | 0.78% | 0.56% | - |
| HSV(B) | 159.31º | 0.76% | 0.9% | - |
| XYZ | 37.18 | 60.34 | 47.72 | - |
| YUV | 171.13 | 127.35 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 230 | 170 | 0.76 | 0 | 0.26 | 0.10 | 159.31 | 0.78 | 0.56 |
| Hex | 38 | E6 | AA | 4C | 0 | 1A | A | 9F | 4E | 38 |
| Octal | 70 | 346 | 252 | 114 | 0 | 32 | 12 | 237 | 116 | 70 |
| Binary | 111000 | 11100110 | 10101010 | 1001100 | 0 | 11010 | 1010 | 10011111 | 1001110 | 111000 |
Color Harmonies of #38E6AA
Complementary color
Monochromatic Colors of #38E6AA
Black with #38E6AA
Text Example
Text Example
White with #38E6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E6AA; }
p { color: rgb(56,230,170); }
H1.HeaderClassName
{
color: #38E6AA;
}
.AnyTagClassName
{
color: #38E6AA;
}
</style>
background-color css
<style>
a { background-color: #38E6AA; }
a { background-color: rgb(56,230,170); }
div.DivClassName
{
background-color: #38E6AA;
}
.BgClassName
{
background-color: #38E6AA;
}
</style>
border-color css
<style>
span { border-color: #38E6AA; }
span { border-color: rgb(56,230,170); }
td.TdClassName
{
border-color: #38E6AA;
}
.TagClassName
{
border-color: #38E6AA;
}
</style>