Shades of Shamrock #3AB69B
Tints of Shamrock #3AB69B
RGB
CMYK
RGB Variations
Color information
#3AB69B (or 0x3AB69B) is known color: Shamrock. HEX triplet: 3A, B6 and 9B. RGB value is (58,182,155). Sum of RGB (Red+Green+Blue) = 58+182+155=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #3AB69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB69B is #C54964. Grayscale: #8D8D8D. Windows color (decimal): -12929381 or 10204730. OLE color: 10204730.
HSL color Cylindrical-coordinate representation of color #3AB69B: hue angle of 166.94º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB69B is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 182 | 155 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.29 |
| HSL | 166.94º | 0.52% | 0.47% | - |
| HSV(B) | 166.94º | 0.68% | 0.71% | - |
| XYZ | 24.39 | 36.72 | 36.81 | - |
| YUV | 141.85 | 135.42 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 182 | 155 | 0.68 | 0 | 0.15 | 0.29 | 166.94 | 0.52 | 0.47 |
| Hex | 3A | B6 | 9B | 44 | 0 | F | 1D | A7 | 34 | 2F |
| Octal | 72 | 266 | 233 | 104 | 0 | 17 | 35 | 247 | 64 | 57 |
| Binary | 111010 | 10110110 | 10011011 | 1000100 | 0 | 1111 | 11101 | 10100111 | 110100 | 101111 |
Color Harmonies of #3AB69B
Complementary color
Monochromatic Colors of #3AB69B
Black with #3AB69B
Text Example
Text Example
White with #3AB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB69B; }
p { color: rgb(58,182,155); }
H1.HeaderClassName
{
color: #3AB69B;
}
.AnyTagClassName
{
color: #3AB69B;
}
</style>
background-color css
<style>
a { background-color: #3AB69B; }
a { background-color: rgb(58,182,155); }
div.DivClassName
{
background-color: #3AB69B;
}
.BgClassName
{
background-color: #3AB69B;
}
</style>
border-color css
<style>
span { border-color: #3AB69B; }
span { border-color: rgb(58,182,155); }
td.TdClassName
{
border-color: #3AB69B;
}
.TagClassName
{
border-color: #3AB69B;
}
</style>