Shades of Shamrock #3ABDA8
Tints of Shamrock #3ABDA8
RGB
CMYK
RGB Variations
Color information
#3ABDA8 (or 0x3ABDA8) is known color: Shamrock. HEX triplet: 3A, BD and A8. RGB value is (58,189,168). Sum of RGB (Red+Green+Blue) = 58+189+168=415 (54% of max value = 765). Red value is 58 (23.05% from 255 or 13.98% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABDA8 is #C54257. Grayscale: #939393. Windows color (decimal): -12927576 or 11058490. OLE color: 11058490.
HSL color Cylindrical-coordinate representation of color #3ABDA8: hue angle of 170.38º 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 #3ABDA8 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 189 | 168 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.26 |
| HSL | 170.38º | 0.53% | 0.48% | - |
| HSV(B) | 170.38º | 0.69% | 0.74% | - |
| XYZ | 27.01 | 40.12 | 43.37 | - |
| YUV | 147.44 | 139.6 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 168 | 0.69 | 0 | 0.11 | 0.26 | 170.38 | 0.53 | 0.48 |
| Hex | 3A | BD | A8 | 45 | 0 | B | 1A | AA | 35 | 30 |
| Octal | 72 | 275 | 250 | 105 | 0 | 13 | 32 | 252 | 65 | 60 |
| Binary | 111010 | 10111101 | 10101000 | 1000101 | 0 | 1011 | 11010 | 10101010 | 110101 | 110000 |
Color Harmonies of #3ABDA8
Complementary color
Monochromatic Colors of #3ABDA8
Black with #3ABDA8
Text Example
Text Example
White with #3ABDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDA8; }
p { color: rgb(58,189,168); }
H1.HeaderClassName
{
color: #3ABDA8;
}
.AnyTagClassName
{
color: #3ABDA8;
}
</style>
background-color css
<style>
a { background-color: #3ABDA8; }
a { background-color: rgb(58,189,168); }
div.DivClassName
{
background-color: #3ABDA8;
}
.BgClassName
{
background-color: #3ABDA8;
}
</style>
border-color css
<style>
span { border-color: #3ABDA8; }
span { border-color: rgb(58,189,168); }
td.TdClassName
{
border-color: #3ABDA8;
}
.TagClassName
{
border-color: #3ABDA8;
}
</style>