Shades of Shamrock #3ADD9C
Tints of Shamrock #3ADD9C
RGB
CMYK
RGB Variations
Color information
#3ADD9C (or 0x3ADD9C) is known color: Shamrock. HEX triplet: 3A, DD and 9C. RGB value is (58,221,156). Sum of RGB (Red+Green+Blue) = 58+221+156=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADD9C is #C52263. Grayscale: #A4A4A4. Windows color (decimal): -12919396 or 10280250. OLE color: 10280250.
HSL color Cylindrical-coordinate representation of color #3ADD9C: hue angle of 156.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADD9C is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 156 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.13 |
| HSL | 156.07º | 0.71% | 0.55% | - |
| HSV(B) | 156.07º | 0.74% | 0.87% | - |
| XYZ | 33.6 | 55.01 | 40.3 | - |
| YUV | 164.85 | 123 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 156 | 0.74 | 0 | 0.29 | 0.13 | 156.07 | 0.71 | 0.55 |
| Hex | 3A | DD | 9C | 4A | 0 | 1D | D | 9C | 47 | 37 |
| Octal | 72 | 335 | 234 | 112 | 0 | 35 | 15 | 234 | 107 | 67 |
| Binary | 111010 | 11011101 | 10011100 | 1001010 | 0 | 11101 | 1101 | 10011100 | 1000111 | 110111 |
Color Harmonies of #3ADD9C
Complementary color
Monochromatic Colors of #3ADD9C
Black with #3ADD9C
Text Example
Text Example
White with #3ADD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADD9C; }
p { color: rgb(58,221,156); }
H1.HeaderClassName
{
color: #3ADD9C;
}
.AnyTagClassName
{
color: #3ADD9C;
}
</style>
background-color css
<style>
a { background-color: #3ADD9C; }
a { background-color: rgb(58,221,156); }
div.DivClassName
{
background-color: #3ADD9C;
}
.BgClassName
{
background-color: #3ADD9C;
}
</style>
border-color css
<style>
span { border-color: #3ADD9C; }
span { border-color: rgb(58,221,156); }
td.TdClassName
{
border-color: #3ADD9C;
}
.TagClassName
{
border-color: #3ADD9C;
}
</style>