Shades of Shamrock #3ADDB1
Tints of Shamrock #3ADDB1
RGB
CMYK
RGB Variations
Color information
#3ADDB1 (or 0x3ADDB1) is known color: Shamrock. HEX triplet: 3A, DD and B1. RGB value is (58,221,177). Sum of RGB (Red+Green+Blue) = 58+221+177=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADDB1 is #C5224E. Grayscale: #A7A7A7. Windows color (decimal): -12919375 or 11656506. OLE color: 11656506.
HSL color Cylindrical-coordinate representation of color #3ADDB1: hue angle of 163.8º 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 #3ADDB1 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 177 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.13 |
| HSL | 163.8º | 0.71% | 0.55% | - |
| HSV(B) | 163.8º | 0.74% | 0.87% | - |
| XYZ | 35.54 | 55.79 | 50.49 | - |
| YUV | 167.25 | 133.5 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 177 | 0.74 | 0 | 0.20 | 0.13 | 163.8 | 0.71 | 0.55 |
| Hex | 3A | DD | B1 | 4A | 0 | 14 | D | A4 | 47 | 37 |
| Octal | 72 | 335 | 261 | 112 | 0 | 24 | 15 | 244 | 107 | 67 |
| Binary | 111010 | 11011101 | 10110001 | 1001010 | 0 | 10100 | 1101 | 10100100 | 1000111 | 110111 |
Color Harmonies of #3ADDB1
Complementary color
Monochromatic Colors of #3ADDB1
Black with #3ADDB1
Text Example
Text Example
White with #3ADDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDB1; }
p { color: rgb(58,221,177); }
H1.HeaderClassName
{
color: #3ADDB1;
}
.AnyTagClassName
{
color: #3ADDB1;
}
</style>
background-color css
<style>
a { background-color: #3ADDB1; }
a { background-color: rgb(58,221,177); }
div.DivClassName
{
background-color: #3ADDB1;
}
.BgClassName
{
background-color: #3ADDB1;
}
</style>
border-color css
<style>
span { border-color: #3ADDB1; }
span { border-color: rgb(58,221,177); }
td.TdClassName
{
border-color: #3ADDB1;
}
.TagClassName
{
border-color: #3ADDB1;
}
</style>