Shades of Shamrock #38FFAB
Tints of Shamrock #38FFAB
RGB
CMYK
RGB Variations
Color information
#38FFAB (or 0x38FFAB) is known color: Shamrock. HEX triplet: 38, FF and AB. RGB value is (56,255,171). Sum of RGB (Red+Green+Blue) = 56+255+171=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FFAB is #C70054. Grayscale: #BABABA. Windows color (decimal): -13041749 or 11271992. OLE color: 11271992.
HSL color Cylindrical-coordinate representation of color #38FFAB: hue angle of 154.67º 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 #38FFAB is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 171 | - |
| CMYK | 0.78 | 0 | 0.33 | 0 |
| HSL | 154.67º | 1% | 0.61% | - |
| HSV(B) | 154.67º | 0.78% | 1% | - |
| XYZ | 44.74 | 75.3 | 50.7 | - |
| YUV | 185.92 | 119.57 | 35.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 171 | 0.78 | 0 | 0.33 | 0 | 154.67 | 1 | 0.61 |
| Hex | 38 | FF | AB | 4E | 0 | 21 | 0 | 9B | 64 | 3D |
| Octal | 70 | 377 | 253 | 116 | 0 | 41 | 0 | 233 | 144 | 75 |
| Binary | 111000 | 11111111 | 10101011 | 1001110 | 0 | 100001 | 0 | 10011011 | 1100100 | 111101 |
Color Harmonies of #38FFAB
Complementary color
Monochromatic Colors of #38FFAB
Black with #38FFAB
Text Example
Text Example
White with #38FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFAB; }
p { color: rgb(56,255,171); }
H1.HeaderClassName
{
color: #38FFAB;
}
.AnyTagClassName
{
color: #38FFAB;
}
</style>
background-color css
<style>
a { background-color: #38FFAB; }
a { background-color: rgb(56,255,171); }
div.DivClassName
{
background-color: #38FFAB;
}
.BgClassName
{
background-color: #38FFAB;
}
</style>
border-color css
<style>
span { border-color: #38FFAB; }
span { border-color: rgb(56,255,171); }
td.TdClassName
{
border-color: #38FFAB;
}
.TagClassName
{
border-color: #38FFAB;
}
</style>