Shades of Shamrock #3ADA8C
Tints of Shamrock #3ADA8C
RGB
CMYK
RGB Variations
Color information
#3ADA8C (or 0x3ADA8C) is known color: Shamrock. HEX triplet: 3A, DA and 8C. RGB value is (58,218,140). Sum of RGB (Red+Green+Blue) = 58+218+140=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADA8C is #C52573. Grayscale: #A1A1A1. Windows color (decimal): -12920180 or 9230906. OLE color: 9230906.
HSL color Cylindrical-coordinate representation of color #3ADA8C: hue angle of 150.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ADA8C is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 140 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.15 |
| HSL | 150.75º | 0.68% | 0.54% | - |
| HSV(B) | 150.75º | 0.73% | 0.85% | - |
| XYZ | 31.55 | 52.94 | 33.37 | - |
| YUV | 161.27 | 115.99 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 140 | 0.73 | 0 | 0.36 | 0.15 | 150.75 | 0.68 | 0.54 |
| Hex | 3A | DA | 8C | 49 | 0 | 24 | F | 97 | 44 | 36 |
| Octal | 72 | 332 | 214 | 111 | 0 | 44 | 17 | 227 | 104 | 66 |
| Binary | 111010 | 11011010 | 10001100 | 1001001 | 0 | 100100 | 1111 | 10010111 | 1000100 | 110110 |
Color Harmonies of #3ADA8C
Complementary color
Monochromatic Colors of #3ADA8C
Black with #3ADA8C
Text Example
Text Example
White with #3ADA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADA8C; }
p { color: rgb(58,218,140); }
H1.HeaderClassName
{
color: #3ADA8C;
}
.AnyTagClassName
{
color: #3ADA8C;
}
</style>
background-color css
<style>
a { background-color: #3ADA8C; }
a { background-color: rgb(58,218,140); }
div.DivClassName
{
background-color: #3ADA8C;
}
.BgClassName
{
background-color: #3ADA8C;
}
</style>
border-color css
<style>
span { border-color: #3ADA8C; }
span { border-color: rgb(58,218,140); }
td.TdClassName
{
border-color: #3ADA8C;
}
.TagClassName
{
border-color: #3ADA8C;
}
</style>