Shades of Shamrock #3AEEAA
Tints of Shamrock #3AEEAA
RGB
CMYK
RGB Variations
Color information
#3AEEAA (or 0x3AEEAA) is known color: Shamrock. HEX triplet: 3A, EE and AA. RGB value is (58,238,170). Sum of RGB (Red+Green+Blue) = 58+238+170=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 238 (93.36% from 255 or 51.07% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AEEAA is #C51155. Grayscale: #B0B0B0. Windows color (decimal): -12915030 or 11202106. OLE color: 11202106.
HSL color Cylindrical-coordinate representation of color #3AEEAA: hue angle of 157.33º 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 #3AEEAA is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 170 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.07 |
| HSL | 157.33º | 0.84% | 0.58% | - |
| HSV(B) | 157.33º | 0.76% | 0.93% | - |
| XYZ | 39.58 | 64.95 | 48.48 | - |
| YUV | 176.43 | 124.37 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 170 | 0.76 | 0 | 0.29 | 0.07 | 157.33 | 0.84 | 0.58 |
| Hex | 3A | EE | AA | 4C | 0 | 1D | 7 | 9D | 54 | 3A |
| Octal | 72 | 356 | 252 | 114 | 0 | 35 | 7 | 235 | 124 | 72 |
| Binary | 111010 | 11101110 | 10101010 | 1001100 | 0 | 11101 | 111 | 10011101 | 1010100 | 111010 |
Color Harmonies of #3AEEAA
Complementary color
Monochromatic Colors of #3AEEAA
Black with #3AEEAA
Text Example
Text Example
White with #3AEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEEAA; }
p { color: rgb(58,238,170); }
H1.HeaderClassName
{
color: #3AEEAA;
}
.AnyTagClassName
{
color: #3AEEAA;
}
</style>
background-color css
<style>
a { background-color: #3AEEAA; }
a { background-color: rgb(58,238,170); }
div.DivClassName
{
background-color: #3AEEAA;
}
.BgClassName
{
background-color: #3AEEAA;
}
</style>
border-color css
<style>
span { border-color: #3AEEAA; }
span { border-color: rgb(58,238,170); }
td.TdClassName
{
border-color: #3AEEAA;
}
.TagClassName
{
border-color: #3AEEAA;
}
</style>