Shades of Shamrock #3AF3AD
Tints of Shamrock #3AF3AD
RGB
CMYK
RGB Variations
Color information
#3AF3AD (or 0x3AF3AD) is known color: Shamrock. HEX triplet: 3A, F3 and AD. RGB value is (58,243,173). Sum of RGB (Red+Green+Blue) = 58+243+173=474 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.24% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF3AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF3AD is #C50C52. Grayscale: #B3B3B3. Windows color (decimal): -12913747 or 11399994. OLE color: 11399994.
HSL color Cylindrical-coordinate representation of color #3AF3AD: hue angle of 157.3º 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 #3AF3AD is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 173 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.05 |
| HSL | 157.3º | 0.89% | 0.59% | - |
| HSV(B) | 157.3º | 0.76% | 0.95% | - |
| XYZ | 41.34 | 68.02 | 50.49 | - |
| YUV | 179.71 | 124.21 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 173 | 0.76 | 0 | 0.29 | 0.05 | 157.3 | 0.89 | 0.59 |
| Hex | 3A | F3 | AD | 4C | 0 | 1D | 5 | 9D | 59 | 3B |
| Octal | 72 | 363 | 255 | 114 | 0 | 35 | 5 | 235 | 131 | 73 |
| Binary | 111010 | 11110011 | 10101101 | 1001100 | 0 | 11101 | 101 | 10011101 | 1011001 | 111011 |
Color Harmonies of #3AF3AD
Complementary color
Monochromatic Colors of #3AF3AD
Black with #3AF3AD
Text Example
Text Example
White with #3AF3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF3AD; }
p { color: rgb(58,243,173); }
H1.HeaderClassName
{
color: #3AF3AD;
}
.AnyTagClassName
{
color: #3AF3AD;
}
</style>
background-color css
<style>
a { background-color: #3AF3AD; }
a { background-color: rgb(58,243,173); }
div.DivClassName
{
background-color: #3AF3AD;
}
.BgClassName
{
background-color: #3AF3AD;
}
</style>
border-color css
<style>
span { border-color: #3AF3AD; }
span { border-color: rgb(58,243,173); }
td.TdClassName
{
border-color: #3AF3AD;
}
.TagClassName
{
border-color: #3AF3AD;
}
</style>