Shades of Shamrock #3AFFAB
Tints of Shamrock #3AFFAB
RGB
CMYK
RGB Variations
Color information
#3AFFAB (or 0x3AFFAB) is known color: Shamrock. HEX triplet: 3A, FF and AB. RGB value is (58,255,171). Sum of RGB (Red+Green+Blue) = 58+255+171=484 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.98% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFFAB is #C50054. Grayscale: #BABABA. Windows color (decimal): -12910677 or 11271994. OLE color: 11271994.
HSL color Cylindrical-coordinate representation of color #3AFFAB: hue angle of 154.42º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFAB is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 171 | - |
| CMYK | 0.77 | 0 | 0.33 | 0 |
| HSL | 154.42º | 1% | 0.61% | - |
| HSV(B) | 154.42º | 0.77% | 1% | - |
| XYZ | 44.86 | 75.36 | 50.71 | - |
| YUV | 186.52 | 119.23 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 171 | 0.77 | 0 | 0.33 | 0 | 154.42 | 1 | 0.61 |
| Hex | 3A | FF | AB | 4D | 0 | 21 | 0 | 9A | 64 | 3D |
| Octal | 72 | 377 | 253 | 115 | 0 | 41 | 0 | 232 | 144 | 75 |
| Binary | 111010 | 11111111 | 10101011 | 1001101 | 0 | 100001 | 0 | 10011010 | 1100100 | 111101 |
Color Harmonies of #3AFFAB
Complementary color
Monochromatic Colors of #3AFFAB
Black with #3AFFAB
Text Example
Text Example
White with #3AFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFAB; }
p { color: rgb(58,255,171); }
H1.HeaderClassName
{
color: #3AFFAB;
}
.AnyTagClassName
{
color: #3AFFAB;
}
</style>
background-color css
<style>
a { background-color: #3AFFAB; }
a { background-color: rgb(58,255,171); }
div.DivClassName
{
background-color: #3AFFAB;
}
.BgClassName
{
background-color: #3AFFAB;
}
</style>
border-color css
<style>
span { border-color: #3AFFAB; }
span { border-color: rgb(58,255,171); }
td.TdClassName
{
border-color: #3AFFAB;
}
.TagClassName
{
border-color: #3AFFAB;
}
</style>