Shades of Shamrock #3ABF8C
Tints of Shamrock #3ABF8C
RGB
CMYK
RGB Variations
Color information
#3ABF8C (or 0x3ABF8C) is known color: Shamrock. HEX triplet: 3A, BF and 8C. RGB value is (58,191,140). Sum of RGB (Red+Green+Blue) = 58+191+140=389 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.91% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABF8C is #C54073. Grayscale: #919191. Windows color (decimal): -12927092 or 9223994. OLE color: 9223994.
HSL color Cylindrical-coordinate representation of color #3ABF8C: hue angle of 156.99º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ABF8C is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 191 | 140 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.25 |
| HSL | 156.99º | 0.53% | 0.49% | - |
| HSV(B) | 156.99º | 0.7% | 0.75% | - |
| XYZ | 25.11 | 40.05 | 31.22 | - |
| YUV | 145.42 | 124.94 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 140 | 0.70 | 0 | 0.27 | 0.25 | 156.99 | 0.53 | 0.49 |
| Hex | 3A | BF | 8C | 46 | 0 | 1B | 19 | 9D | 35 | 31 |
| Octal | 72 | 277 | 214 | 106 | 0 | 33 | 31 | 235 | 65 | 61 |
| Binary | 111010 | 10111111 | 10001100 | 1000110 | 0 | 11011 | 11001 | 10011101 | 110101 | 110001 |
Color Harmonies of #3ABF8C
Complementary color
Monochromatic Colors of #3ABF8C
Black with #3ABF8C
Text Example
Text Example
White with #3ABF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABF8C; }
p { color: rgb(58,191,140); }
H1.HeaderClassName
{
color: #3ABF8C;
}
.AnyTagClassName
{
color: #3ABF8C;
}
</style>
background-color css
<style>
a { background-color: #3ABF8C; }
a { background-color: rgb(58,191,140); }
div.DivClassName
{
background-color: #3ABF8C;
}
.BgClassName
{
background-color: #3ABF8C;
}
</style>
border-color css
<style>
span { border-color: #3ABF8C; }
span { border-color: rgb(58,191,140); }
td.TdClassName
{
border-color: #3ABF8C;
}
.TagClassName
{
border-color: #3ABF8C;
}
</style>