Shades of Shamrock #3AF3A5
Tints of Shamrock #3AF3A5
RGB
CMYK
RGB Variations
Color information
#3AF3A5 (or 0x3AF3A5) is known color: Shamrock. HEX triplet: 3A, F3 and A5. RGB value is (58,243,165). Sum of RGB (Red+Green+Blue) = 58+243+165=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF3A5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF3A5 is #C50C5A. Grayscale: #B2B2B2. Windows color (decimal): -12913755 or 10875706. OLE color: 10875706.
HSL color Cylindrical-coordinate representation of color #3AF3A5: hue angle of 154.7º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF3A5 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 165 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.05 |
| HSL | 154.7º | 0.89% | 0.59% | - |
| HSV(B) | 154.7º | 0.76% | 0.95% | - |
| XYZ | 40.59 | 67.72 | 46.53 | - |
| YUV | 178.79 | 120.21 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 165 | 0.76 | 0 | 0.32 | 0.05 | 154.7 | 0.89 | 0.59 |
| Hex | 3A | F3 | A5 | 4C | 0 | 20 | 5 | 9B | 59 | 3B |
| Octal | 72 | 363 | 245 | 114 | 0 | 40 | 5 | 233 | 131 | 73 |
| Binary | 111010 | 11110011 | 10100101 | 1001100 | 0 | 100000 | 101 | 10011011 | 1011001 | 111011 |
Color Harmonies of #3AF3A5
Complementary color
Monochromatic Colors of #3AF3A5
Black with #3AF3A5
Text Example
Text Example
White with #3AF3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF3A5; }
p { color: rgb(58,243,165); }
H1.HeaderClassName
{
color: #3AF3A5;
}
.AnyTagClassName
{
color: #3AF3A5;
}
</style>
background-color css
<style>
a { background-color: #3AF3A5; }
a { background-color: rgb(58,243,165); }
div.DivClassName
{
background-color: #3AF3A5;
}
.BgClassName
{
background-color: #3AF3A5;
}
</style>
border-color css
<style>
span { border-color: #3AF3A5; }
span { border-color: rgb(58,243,165); }
td.TdClassName
{
border-color: #3AF3A5;
}
.TagClassName
{
border-color: #3AF3A5;
}
</style>