Shades of Shamrock #3BFDA9
Tints of Shamrock #3BFDA9
RGB
CMYK
RGB Variations
Color information
#3BFDA9 (or 0x3BFDA9) is known color: Shamrock. HEX triplet: 3B, FD and A9. RGB value is (59,253,169). Sum of RGB (Red+Green+Blue) = 59+253+169=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFDA9 is #C40256. Grayscale: #B9B9B9. Windows color (decimal): -12845655 or 11140411. OLE color: 11140411.
HSL color Cylindrical-coordinate representation of color #3BFDA9: hue angle of 154.02º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFDA9 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 169 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.01 |
| HSL | 154.02º | 0.98% | 0.61% | - |
| HSV(B) | 154.02º | 0.77% | 0.99% | - |
| XYZ | 44.09 | 74.04 | 49.5 | - |
| YUV | 185.42 | 118.73 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 169 | 0.77 | 0 | 0.33 | 0.01 | 154.02 | 0.98 | 0.61 |
| Hex | 3B | FD | A9 | 4D | 0 | 21 | 1 | 9A | 62 | 3D |
| Octal | 73 | 375 | 251 | 115 | 0 | 41 | 1 | 232 | 142 | 75 |
| Binary | 111011 | 11111101 | 10101001 | 1001101 | 0 | 100001 | 1 | 10011010 | 1100010 | 111101 |
Color Harmonies of #3BFDA9
Complementary color
Monochromatic Colors of #3BFDA9
Black with #3BFDA9
Text Example
Text Example
White with #3BFDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDA9; }
p { color: rgb(59,253,169); }
H1.HeaderClassName
{
color: #3BFDA9;
}
.AnyTagClassName
{
color: #3BFDA9;
}
</style>
background-color css
<style>
a { background-color: #3BFDA9; }
a { background-color: rgb(59,253,169); }
div.DivClassName
{
background-color: #3BFDA9;
}
.BgClassName
{
background-color: #3BFDA9;
}
</style>
border-color css
<style>
span { border-color: #3BFDA9; }
span { border-color: rgb(59,253,169); }
td.TdClassName
{
border-color: #3BFDA9;
}
.TagClassName
{
border-color: #3BFDA9;
}
</style>