Shades of Shamrock #3ADDAF
Tints of Shamrock #3ADDAF
RGB
CMYK
RGB Variations
Color information
#3ADDAF (or 0x3ADDAF) is known color: Shamrock. HEX triplet: 3A, DD and AF. RGB value is (58,221,175). Sum of RGB (Red+Green+Blue) = 58+221+175=454 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.78% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADDAF is #C52250. Grayscale: #A7A7A7. Windows color (decimal): -12919377 or 11525434. OLE color: 11525434.
HSL color Cylindrical-coordinate representation of color #3ADDAF: hue angle of 163.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 #3ADDAF is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 175 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.13 |
| HSL | 163.07º | 0.71% | 0.55% | - |
| HSV(B) | 163.07º | 0.74% | 0.87% | - |
| XYZ | 35.34 | 55.71 | 49.45 | - |
| YUV | 167.02 | 132.5 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 175 | 0.74 | 0 | 0.21 | 0.13 | 163.07 | 0.71 | 0.55 |
| Hex | 3A | DD | AF | 4A | 0 | 15 | D | A3 | 47 | 37 |
| Octal | 72 | 335 | 257 | 112 | 0 | 25 | 15 | 243 | 107 | 67 |
| Binary | 111010 | 11011101 | 10101111 | 1001010 | 0 | 10101 | 1101 | 10100011 | 1000111 | 110111 |
Color Harmonies of #3ADDAF
Complementary color
Monochromatic Colors of #3ADDAF
Black with #3ADDAF
Text Example
Text Example
White with #3ADDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDAF; }
p { color: rgb(58,221,175); }
H1.HeaderClassName
{
color: #3ADDAF;
}
.AnyTagClassName
{
color: #3ADDAF;
}
</style>
background-color css
<style>
a { background-color: #3ADDAF; }
a { background-color: rgb(58,221,175); }
div.DivClassName
{
background-color: #3ADDAF;
}
.BgClassName
{
background-color: #3ADDAF;
}
</style>
border-color css
<style>
span { border-color: #3ADDAF; }
span { border-color: rgb(58,221,175); }
td.TdClassName
{
border-color: #3ADDAF;
}
.TagClassName
{
border-color: #3ADDAF;
}
</style>