Shades of Shamrock #3AEEAB
Tints of Shamrock #3AEEAB
RGB
CMYK
RGB Variations
Color information
#3AEEAB (or 0x3AEEAB) is known color: Shamrock. HEX triplet: 3A, EE and AB. RGB value is (58,238,171). Sum of RGB (Red+Green+Blue) = 58+238+171=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AEEAB is #C51154. Grayscale: #B0B0B0. Windows color (decimal): -12915029 or 11267642. OLE color: 11267642.
HSL color Cylindrical-coordinate representation of color #3AEEAB: hue angle of 157.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEEAB is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 171 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.07 |
| HSL | 157.67º | 0.84% | 0.58% | - |
| HSV(B) | 157.67º | 0.76% | 0.93% | - |
| XYZ | 39.67 | 64.99 | 48.98 | - |
| YUV | 176.54 | 124.87 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 171 | 0.76 | 0 | 0.28 | 0.07 | 157.67 | 0.84 | 0.58 |
| Hex | 3A | EE | AB | 4C | 0 | 1C | 7 | 9E | 54 | 3A |
| Octal | 72 | 356 | 253 | 114 | 0 | 34 | 7 | 236 | 124 | 72 |
| Binary | 111010 | 11101110 | 10101011 | 1001100 | 0 | 11100 | 111 | 10011110 | 1010100 | 111010 |
Color Harmonies of #3AEEAB
Complementary color
Monochromatic Colors of #3AEEAB
Black with #3AEEAB
Text Example
Text Example
White with #3AEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEEAB; }
p { color: rgb(58,238,171); }
H1.HeaderClassName
{
color: #3AEEAB;
}
.AnyTagClassName
{
color: #3AEEAB;
}
</style>
background-color css
<style>
a { background-color: #3AEEAB; }
a { background-color: rgb(58,238,171); }
div.DivClassName
{
background-color: #3AEEAB;
}
.BgClassName
{
background-color: #3AEEAB;
}
</style>
border-color css
<style>
span { border-color: #3AEEAB; }
span { border-color: rgb(58,238,171); }
td.TdClassName
{
border-color: #3AEEAB;
}
.TagClassName
{
border-color: #3AEEAB;
}
</style>