Shades of Shamrock #3ADFA6
Tints of Shamrock #3ADFA6
RGB
CMYK
RGB Variations
Color information
#3ADFA6 (or 0x3ADFA6) is known color: Shamrock. HEX triplet: 3A, DF and A6. RGB value is (58,223,166). Sum of RGB (Red+Green+Blue) = 58+223+166=447 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.98% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADFA6 is #C52059. Grayscale: #A7A7A7. Windows color (decimal): -12918874 or 10936122. OLE color: 10936122.
HSL color Cylindrical-coordinate representation of color #3ADFA6: hue angle of 159.27º degrees, saturation: 0.72, 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 #3ADFA6 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 166 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.13 |
| HSL | 159.27º | 0.72% | 0.55% | - |
| HSV(B) | 159.27º | 0.74% | 0.87% | - |
| XYZ | 35.02 | 56.43 | 45.12 | - |
| YUV | 167.17 | 127.34 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 166 | 0.74 | 0 | 0.26 | 0.13 | 159.27 | 0.72 | 0.55 |
| Hex | 3A | DF | A6 | 4A | 0 | 1A | D | 9F | 48 | 37 |
| Octal | 72 | 337 | 246 | 112 | 0 | 32 | 15 | 237 | 110 | 67 |
| Binary | 111010 | 11011111 | 10100110 | 1001010 | 0 | 11010 | 1101 | 10011111 | 1001000 | 110111 |
Color Harmonies of #3ADFA6
Complementary color
Monochromatic Colors of #3ADFA6
Black with #3ADFA6
Text Example
Text Example
White with #3ADFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFA6; }
p { color: rgb(58,223,166); }
H1.HeaderClassName
{
color: #3ADFA6;
}
.AnyTagClassName
{
color: #3ADFA6;
}
</style>
background-color css
<style>
a { background-color: #3ADFA6; }
a { background-color: rgb(58,223,166); }
div.DivClassName
{
background-color: #3ADFA6;
}
.BgClassName
{
background-color: #3ADFA6;
}
</style>
border-color css
<style>
span { border-color: #3ADFA6; }
span { border-color: rgb(58,223,166); }
td.TdClassName
{
border-color: #3ADFA6;
}
.TagClassName
{
border-color: #3ADFA6;
}
</style>