Shades of Shamrock #38ECAF
Tints of Shamrock #38ECAF
RGB
CMYK
RGB Variations
Color information
#38ECAF (or 0x38ECAF) is known color: Shamrock. HEX triplet: 38, EC and AF. RGB value is (56,236,175). Sum of RGB (Red+Green+Blue) = 56+236+175=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #38ECAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38ECAF is #C71350. Grayscale: #AFAFAF. Windows color (decimal): -13046609 or 11529272. OLE color: 11529272.
HSL color Cylindrical-coordinate representation of color #38ECAF: hue angle of 159.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38ECAF is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 175 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.07 |
| HSL | 159.67º | 0.83% | 0.57% | - |
| HSV(B) | 159.67º | 0.76% | 0.93% | - |
| XYZ | 39.36 | 63.93 | 50.82 | - |
| YUV | 175.23 | 127.87 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 175 | 0.76 | 0 | 0.26 | 0.07 | 159.67 | 0.83 | 0.57 |
| Hex | 38 | EC | AF | 4C | 0 | 1A | 7 | A0 | 53 | 39 |
| Octal | 70 | 354 | 257 | 114 | 0 | 32 | 7 | 240 | 123 | 71 |
| Binary | 111000 | 11101100 | 10101111 | 1001100 | 0 | 11010 | 111 | 10100000 | 1010011 | 111001 |
Color Harmonies of #38ECAF
Complementary color
Monochromatic Colors of #38ECAF
Black with #38ECAF
Text Example
Text Example
White with #38ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ECAF; }
p { color: rgb(56,236,175); }
H1.HeaderClassName
{
color: #38ECAF;
}
.AnyTagClassName
{
color: #38ECAF;
}
</style>
background-color css
<style>
a { background-color: #38ECAF; }
a { background-color: rgb(56,236,175); }
div.DivClassName
{
background-color: #38ECAF;
}
.BgClassName
{
background-color: #38ECAF;
}
</style>
border-color css
<style>
span { border-color: #38ECAF; }
span { border-color: rgb(56,236,175); }
td.TdClassName
{
border-color: #38ECAF;
}
.TagClassName
{
border-color: #38ECAF;
}
</style>