Shades of Shamrock #3AFB8B
Tints of Shamrock #3AFB8B
RGB
CMYK
RGB Variations
Color information
#3AFB8B (or 0x3AFB8B) is known color: Shamrock. HEX triplet: 3A, FB and 8B. RGB value is (58,251,139). Sum of RGB (Red+Green+Blue) = 58+251+139=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 251 (98.44% from 255 or 56.03% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFB8B is #C50474. Grayscale: #B4B4B4. Windows color (decimal): -12911733 or 9173818. OLE color: 9173818.
HSL color Cylindrical-coordinate representation of color #3AFB8B: hue angle of 145.18º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFB8B is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 139 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.02 |
| HSL | 145.18º | 0.96% | 0.61% | - |
| HSV(B) | 145.18º | 0.77% | 0.98% | - |
| XYZ | 40.9 | 71.76 | 36.12 | - |
| YUV | 180.53 | 104.56 | 40.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 139 | 0.77 | 0 | 0.45 | 0.02 | 145.18 | 0.96 | 0.61 |
| Hex | 3A | FB | 8B | 4D | 0 | 2D | 2 | 91 | 60 | 3D |
| Octal | 72 | 373 | 213 | 115 | 0 | 55 | 2 | 221 | 140 | 75 |
| Binary | 111010 | 11111011 | 10001011 | 1001101 | 0 | 101101 | 10 | 10010001 | 1100000 | 111101 |
Color Harmonies of #3AFB8B
Complementary color
Monochromatic Colors of #3AFB8B
Black with #3AFB8B
Text Example
Text Example
White with #3AFB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB8B; }
p { color: rgb(58,251,139); }
H1.HeaderClassName
{
color: #3AFB8B;
}
.AnyTagClassName
{
color: #3AFB8B;
}
</style>
background-color css
<style>
a { background-color: #3AFB8B; }
a { background-color: rgb(58,251,139); }
div.DivClassName
{
background-color: #3AFB8B;
}
.BgClassName
{
background-color: #3AFB8B;
}
</style>
border-color css
<style>
span { border-color: #3AFB8B; }
span { border-color: rgb(58,251,139); }
td.TdClassName
{
border-color: #3AFB8B;
}
.TagClassName
{
border-color: #3AFB8B;
}
</style>