Shades of Shamrock #3ABDA4
Tints of Shamrock #3ABDA4
RGB
CMYK
RGB Variations
Color information
#3ABDA4 (or 0x3ABDA4) is known color: Shamrock. HEX triplet: 3A, BD and A4. RGB value is (58,189,164). Sum of RGB (Red+Green+Blue) = 58+189+164=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABDA4 is #C5425B. Grayscale: #929292. Windows color (decimal): -12927580 or 10796346. OLE color: 10796346.
HSL color Cylindrical-coordinate representation of color #3ABDA4: hue angle of 168.55º 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 #3ABDA4 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
RGB | 58 | 189 | 164 | - |
CMYK | 0.69 | 0 | 0.13 | 0.26 |
HSL | 168.55º | 0.53% | 0.48% | - |
HSV(B) | 168.55º | 0.69% | 0.74% | - |
XYZ | 26.64 | 39.98 | 41.43 | - |
YUV | 146.98 | 137.6 | 64.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 189 | 164 | 0.69 | 0 | 0.13 | 0.26 | 168.55 | 0.53 | 0.48 |
Hex | 3A | BD | A4 | 45 | 0 | D | 1A | A9 | 35 | 30 |
Octal | 72 | 275 | 244 | 105 | 0 | 15 | 32 | 251 | 65 | 60 |
Binary | 111010 | 10111101 | 10100100 | 1000101 | 0 | 1101 | 11010 | 10101001 | 110101 | 110000 |
Color Harmonies of #3ABDA4
Complementary color
Monochromatic Colors of #3ABDA4
Black with #3ABDA4
Text Example
Text Example
White with #3ABDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDA4; }
p { color: rgb(58,189,164); }
H1.HeaderClassName
{
color: #3ABDA4;
}
.AnyTagClassName
{
color: #3ABDA4;
}
</style>
background-color css
<style>
a { background-color: #3ABDA4; }
a { background-color: rgb(58,189,164); }
div.DivClassName
{
background-color: #3ABDA4;
}
.BgClassName
{
background-color: #3ABDA4;
}
</style>
border-color css
<style>
span { border-color: #3ABDA4; }
span { border-color: rgb(58,189,164); }
td.TdClassName
{
border-color: #3ABDA4;
}
.TagClassName
{
border-color: #3ABDA4;
}
</style>