Shades of Shamrock #3BEAAA
Tints of Shamrock #3BEAAA
RGB
CMYK
RGB Variations
Color information
#3BEAAA (or 0x3BEAAA) is known color: Shamrock. HEX triplet: 3B, EA and AA. RGB value is (59,234,170). Sum of RGB (Red+Green+Blue) = 59+234+170=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEAAA is #C41555. Grayscale: #AEAEAE. Windows color (decimal): -12850518 or 11201083. OLE color: 11201083.
HSL color Cylindrical-coordinate representation of color #3BEAAA: hue angle of 158.06º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEAAA is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 234 | 170 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.08 |
| HSL | 158.06º | 0.81% | 0.57% | - |
| HSV(B) | 158.06º | 0.75% | 0.92% | - |
| XYZ | 38.48 | 62.68 | 48.1 | - |
| YUV | 174.38 | 125.52 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 170 | 0.75 | 0 | 0.27 | 0.08 | 158.06 | 0.81 | 0.57 |
| Hex | 3B | EA | AA | 4B | 0 | 1B | 8 | 9E | 51 | 39 |
| Octal | 73 | 352 | 252 | 113 | 0 | 33 | 10 | 236 | 121 | 71 |
| Binary | 111011 | 11101010 | 10101010 | 1001011 | 0 | 11011 | 1000 | 10011110 | 1010001 | 111001 |
Color Harmonies of #3BEAAA
Complementary color
Monochromatic Colors of #3BEAAA
Black with #3BEAAA
Text Example
Text Example
White with #3BEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEAAA; }
p { color: rgb(59,234,170); }
H1.HeaderClassName
{
color: #3BEAAA;
}
.AnyTagClassName
{
color: #3BEAAA;
}
</style>
background-color css
<style>
a { background-color: #3BEAAA; }
a { background-color: rgb(59,234,170); }
div.DivClassName
{
background-color: #3BEAAA;
}
.BgClassName
{
background-color: #3BEAAA;
}
</style>
border-color css
<style>
span { border-color: #3BEAAA; }
span { border-color: rgb(59,234,170); }
td.TdClassName
{
border-color: #3BEAAA;
}
.TagClassName
{
border-color: #3BEAAA;
}
</style>