Shades of Shamrock #3ADDB2
Tints of Shamrock #3ADDB2
RGB
CMYK
RGB Variations
Color information
#3ADDB2 (or 0x3ADDB2) is known color: Shamrock. HEX triplet: 3A, DD and B2. RGB value is (58,221,178). Sum of RGB (Red+Green+Blue) = 58+221+178=457 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.69% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADDB2 is #C5224D. Grayscale: #A7A7A7. Windows color (decimal): -12919374 or 11722042. OLE color: 11722042.
HSL color Cylindrical-coordinate representation of color #3ADDB2: hue angle of 164.17º 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 #3ADDB2 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 178 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.13 |
| HSL | 164.17º | 0.71% | 0.55% | - |
| HSV(B) | 164.17º | 0.74% | 0.87% | - |
| XYZ | 35.64 | 55.83 | 51.02 | - |
| YUV | 167.36 | 134 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 178 | 0.74 | 0 | 0.19 | 0.13 | 164.17 | 0.71 | 0.55 |
| Hex | 3A | DD | B2 | 4A | 0 | 13 | D | A4 | 47 | 37 |
| Octal | 72 | 335 | 262 | 112 | 0 | 23 | 15 | 244 | 107 | 67 |
| Binary | 111010 | 11011101 | 10110010 | 1001010 | 0 | 10011 | 1101 | 10100100 | 1000111 | 110111 |
Color Harmonies of #3ADDB2
Complementary color
Monochromatic Colors of #3ADDB2
Black with #3ADDB2
Text Example
Text Example
White with #3ADDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDB2; }
p { color: rgb(58,221,178); }
H1.HeaderClassName
{
color: #3ADDB2;
}
.AnyTagClassName
{
color: #3ADDB2;
}
</style>
background-color css
<style>
a { background-color: #3ADDB2; }
a { background-color: rgb(58,221,178); }
div.DivClassName
{
background-color: #3ADDB2;
}
.BgClassName
{
background-color: #3ADDB2;
}
</style>
border-color css
<style>
span { border-color: #3ADDB2; }
span { border-color: rgb(58,221,178); }
td.TdClassName
{
border-color: #3ADDB2;
}
.TagClassName
{
border-color: #3ADDB2;
}
</style>