Shades of Shamrock #38CA8E
Tints of Shamrock #38CA8E
RGB
CMYK
RGB Variations
Color information
#38CA8E (or 0x38CA8E) is known color: Shamrock. HEX triplet: 38, CA and 8E. RGB value is (56,202,142). Sum of RGB (Red+Green+Blue) = 56+202+142=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CA8E is #C73571. Grayscale: #979797. Windows color (decimal): -13055346 or 9357880. OLE color: 9357880.
HSL color Cylindrical-coordinate representation of color #38CA8E: hue angle of 155.34º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CA8E is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 202 | 142 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.21 |
| HSL | 155.34º | 0.58% | 0.51% | - |
| HSV(B) | 155.34º | 0.72% | 0.79% | - |
| XYZ | 27.63 | 45.03 | 32.83 | - |
| YUV | 151.51 | 122.63 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 202 | 142 | 0.72 | 0 | 0.30 | 0.21 | 155.34 | 0.58 | 0.51 |
| Hex | 38 | CA | 8E | 48 | 0 | 1E | 15 | 9B | 3A | 33 |
| Octal | 70 | 312 | 216 | 110 | 0 | 36 | 25 | 233 | 72 | 63 |
| Binary | 111000 | 11001010 | 10001110 | 1001000 | 0 | 11110 | 10101 | 10011011 | 111010 | 110011 |
Color Harmonies of #38CA8E
Complementary color
Monochromatic Colors of #38CA8E
Black with #38CA8E
Text Example
Text Example
White with #38CA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CA8E; }
p { color: rgb(56,202,142); }
H1.HeaderClassName
{
color: #38CA8E;
}
.AnyTagClassName
{
color: #38CA8E;
}
</style>
background-color css
<style>
a { background-color: #38CA8E; }
a { background-color: rgb(56,202,142); }
div.DivClassName
{
background-color: #38CA8E;
}
.BgClassName
{
background-color: #38CA8E;
}
</style>
border-color css
<style>
span { border-color: #38CA8E; }
span { border-color: rgb(56,202,142); }
td.TdClassName
{
border-color: #38CA8E;
}
.TagClassName
{
border-color: #38CA8E;
}
</style>