Shades of Shamrock #4BDBA2
Tints of Shamrock #4BDBA2
RGB
CMYK
RGB Variations
Color information
#4BDBA2 (or 0x4BDBA2) is known color: Shamrock. HEX triplet: 4B, DB and A2. RGB value is (75,219,162). Sum of RGB (Red+Green+Blue) = 75+219+162=456 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.45% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDBA2 is #B4245D. Grayscale: #A9A9A9. Windows color (decimal): -11805790 or 10672971. OLE color: 10672971.
HSL color Cylindrical-coordinate representation of color #4BDBA2: hue angle of 156.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDBA2 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 162 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.14 |
| HSL | 156.25º | 0.67% | 0.58% | - |
| HSV(B) | 156.25º | 0.66% | 0.86% | - |
| XYZ | 34.75 | 54.77 | 42.92 | - |
| YUV | 169.45 | 123.79 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 162 | 0.66 | 0 | 0.26 | 0.14 | 156.25 | 0.67 | 0.58 |
| Hex | 4B | DB | A2 | 42 | 0 | 1A | E | 9C | 43 | 3A |
| Octal | 113 | 333 | 242 | 102 | 0 | 32 | 16 | 234 | 103 | 72 |
| Binary | 1001011 | 11011011 | 10100010 | 1000010 | 0 | 11010 | 1110 | 10011100 | 1000011 | 111010 |
Color Harmonies of #4BDBA2
Complementary color
Monochromatic Colors of #4BDBA2
Black with #4BDBA2
Text Example
Text Example
White with #4BDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDBA2; }
p { color: rgb(75,219,162); }
H1.HeaderClassName
{
color: #4BDBA2;
}
.AnyTagClassName
{
color: #4BDBA2;
}
</style>
background-color css
<style>
a { background-color: #4BDBA2; }
a { background-color: rgb(75,219,162); }
div.DivClassName
{
background-color: #4BDBA2;
}
.BgClassName
{
background-color: #4BDBA2;
}
</style>
border-color css
<style>
span { border-color: #4BDBA2; }
span { border-color: rgb(75,219,162); }
td.TdClassName
{
border-color: #4BDBA2;
}
.TagClassName
{
border-color: #4BDBA2;
}
</style>