Shades of Shamrock #3ABC9D
Tints of Shamrock #3ABC9D
RGB
CMYK
RGB Variations
Color information
#3ABC9D (or 0x3ABC9D) is known color: Shamrock. HEX triplet: 3A, BC and 9D. RGB value is (58,188,157). Sum of RGB (Red+Green+Blue) = 58+188+157=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABC9D is #C54362. Grayscale: #919191. Windows color (decimal): -12927843 or 10337338. OLE color: 10337338.
HSL color Cylindrical-coordinate representation of color #3ABC9D: hue angle of 165.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABC9D is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 157 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.26 |
| HSL | 165.69º | 0.53% | 0.48% | - |
| HSV(B) | 165.69º | 0.69% | 0.74% | - |
| XYZ | 25.81 | 39.3 | 38.12 | - |
| YUV | 145.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 157 | 0.69 | 0 | 0.16 | 0.26 | 165.69 | 0.53 | 0.48 |
| Hex | 3A | BC | 9D | 45 | 0 | 10 | 1A | A6 | 35 | 30 |
| Octal | 72 | 274 | 235 | 105 | 0 | 20 | 32 | 246 | 65 | 60 |
| Binary | 111010 | 10111100 | 10011101 | 1000101 | 0 | 10000 | 11010 | 10100110 | 110101 | 110000 |
Color Harmonies of #3ABC9D
Complementary color
Monochromatic Colors of #3ABC9D
Black with #3ABC9D
Text Example
Text Example
White with #3ABC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABC9D; }
p { color: rgb(58,188,157); }
H1.HeaderClassName
{
color: #3ABC9D;
}
.AnyTagClassName
{
color: #3ABC9D;
}
</style>
background-color css
<style>
a { background-color: #3ABC9D; }
a { background-color: rgb(58,188,157); }
div.DivClassName
{
background-color: #3ABC9D;
}
.BgClassName
{
background-color: #3ABC9D;
}
</style>
border-color css
<style>
span { border-color: #3ABC9D; }
span { border-color: rgb(58,188,157); }
td.TdClassName
{
border-color: #3ABC9D;
}
.TagClassName
{
border-color: #3ABC9D;
}
</style>