Shades of Shamrock #3BFDA7
Tints of Shamrock #3BFDA7
RGB
CMYK
RGB Variations
Color information
#3BFDA7 (or 0x3BFDA7) is known color: Shamrock. HEX triplet: 3B, FD and A7. RGB value is (59,253,167). Sum of RGB (Red+Green+Blue) = 59+253+167=479 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.32% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDA7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFDA7 is #C40258. Grayscale: #B9B9B9. Windows color (decimal): -12845657 or 11009339. OLE color: 11009339.
HSL color Cylindrical-coordinate representation of color #3BFDA7: hue angle of 153.4º 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 #3BFDA7 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 167 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.01 |
| HSL | 153.4º | 0.98% | 0.61% | - |
| HSV(B) | 153.4º | 0.77% | 0.99% | - |
| XYZ | 43.9 | 73.97 | 48.52 | - |
| YUV | 185.19 | 117.73 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 167 | 0.77 | 0 | 0.34 | 0.01 | 153.4 | 0.98 | 0.61 |
| Hex | 3B | FD | A7 | 4D | 0 | 22 | 1 | 99 | 62 | 3D |
| Octal | 73 | 375 | 247 | 115 | 0 | 42 | 1 | 231 | 142 | 75 |
| Binary | 111011 | 11111101 | 10100111 | 1001101 | 0 | 100010 | 1 | 10011001 | 1100010 | 111101 |
Color Harmonies of #3BFDA7
Complementary color
Monochromatic Colors of #3BFDA7
Black with #3BFDA7
Text Example
Text Example
White with #3BFDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDA7; }
p { color: rgb(59,253,167); }
H1.HeaderClassName
{
color: #3BFDA7;
}
.AnyTagClassName
{
color: #3BFDA7;
}
</style>
background-color css
<style>
a { background-color: #3BFDA7; }
a { background-color: rgb(59,253,167); }
div.DivClassName
{
background-color: #3BFDA7;
}
.BgClassName
{
background-color: #3BFDA7;
}
</style>
border-color css
<style>
span { border-color: #3BFDA7; }
span { border-color: rgb(59,253,167); }
td.TdClassName
{
border-color: #3BFDA7;
}
.TagClassName
{
border-color: #3BFDA7;
}
</style>