Shades of Shamrock #4BEAA2
Tints of Shamrock #4BEAA2
RGB
CMYK
RGB Variations
Color information
#4BEAA2 (or 0x4BEAA2) is known color: Shamrock. HEX triplet: 4B, EA and A2. RGB value is (75,234,162). Sum of RGB (Red+Green+Blue) = 75+234+162=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEAA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BEAA2 is #B4155D. Grayscale: #B2B2B2. Windows color (decimal): -11801950 or 10676811. OLE color: 10676811.
HSL color Cylindrical-coordinate representation of color #4BEAA2: hue angle of 152.83º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEAA2 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 234 | 162 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.08 |
| HSL | 152.83º | 0.79% | 0.61% | - |
| HSV(B) | 152.83º | 0.68% | 0.92% | - |
| XYZ | 38.85 | 62.95 | 44.29 | - |
| YUV | 178.25 | 118.82 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 234 | 162 | 0.68 | 0 | 0.31 | 0.08 | 152.83 | 0.79 | 0.61 |
| Hex | 4B | EA | A2 | 44 | 0 | 1F | 8 | 99 | 4F | 3D |
| Octal | 113 | 352 | 242 | 104 | 0 | 37 | 10 | 231 | 117 | 75 |
| Binary | 1001011 | 11101010 | 10100010 | 1000100 | 0 | 11111 | 1000 | 10011001 | 1001111 | 111101 |
Color Harmonies of #4BEAA2
Complementary color
Monochromatic Colors of #4BEAA2
Black with #4BEAA2
Text Example
Text Example
White with #4BEAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEAA2; }
p { color: rgb(75,234,162); }
H1.HeaderClassName
{
color: #4BEAA2;
}
.AnyTagClassName
{
color: #4BEAA2;
}
</style>
background-color css
<style>
a { background-color: #4BEAA2; }
a { background-color: rgb(75,234,162); }
div.DivClassName
{
background-color: #4BEAA2;
}
.BgClassName
{
background-color: #4BEAA2;
}
</style>
border-color css
<style>
span { border-color: #4BEAA2; }
span { border-color: rgb(75,234,162); }
td.TdClassName
{
border-color: #4BEAA2;
}
.TagClassName
{
border-color: #4BEAA2;
}
</style>