Shades of Shamrock #3BDDA2
Tints of Shamrock #3BDDA2
RGB
CMYK
RGB Variations
Color information
#3BDDA2 (or 0x3BDDA2) is known color: Shamrock. HEX triplet: 3B, DD and A2. RGB value is (59,221,162). Sum of RGB (Red+Green+Blue) = 59+221+162=442 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.35% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDDA2 is #C4225D. Grayscale: #A5A5A5. Windows color (decimal): -12853854 or 10673467. OLE color: 10673467.
HSL color Cylindrical-coordinate representation of color #3BDDA2: hue angle of 158.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDDA2 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 162 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.13 |
| HSL | 158.15º | 0.7% | 0.55% | - |
| HSV(B) | 158.15º | 0.73% | 0.87% | - |
| XYZ | 34.18 | 55.25 | 43.05 | - |
| YUV | 165.84 | 125.83 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 162 | 0.73 | 0 | 0.27 | 0.13 | 158.15 | 0.7 | 0.55 |
| Hex | 3B | DD | A2 | 49 | 0 | 1B | D | 9E | 46 | 37 |
| Octal | 73 | 335 | 242 | 111 | 0 | 33 | 15 | 236 | 106 | 67 |
| Binary | 111011 | 11011101 | 10100010 | 1001001 | 0 | 11011 | 1101 | 10011110 | 1000110 | 110111 |
Color Harmonies of #3BDDA2
Complementary color
Monochromatic Colors of #3BDDA2
Black with #3BDDA2
Text Example
Text Example
White with #3BDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDDA2; }
p { color: rgb(59,221,162); }
H1.HeaderClassName
{
color: #3BDDA2;
}
.AnyTagClassName
{
color: #3BDDA2;
}
</style>
background-color css
<style>
a { background-color: #3BDDA2; }
a { background-color: rgb(59,221,162); }
div.DivClassName
{
background-color: #3BDDA2;
}
.BgClassName
{
background-color: #3BDDA2;
}
</style>
border-color css
<style>
span { border-color: #3BDDA2; }
span { border-color: rgb(59,221,162); }
td.TdClassName
{
border-color: #3BDDA2;
}
.TagClassName
{
border-color: #3BDDA2;
}
</style>