Shades of Shamrock #3BED8F
Tints of Shamrock #3BED8F
RGB
CMYK
RGB Variations
Color information
#3BED8F (or 0x3BED8F) is known color: Shamrock. HEX triplet: 3B, ED and 8F. RGB value is (59,237,143). Sum of RGB (Red+Green+Blue) = 59+237+143=439 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.44% from 439); Green value is 237 (92.97% from 255 or 53.99% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 237 - color contains mainly: green. Hex color #3BED8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BED8F is #C41270. Grayscale: #ADADAD. Windows color (decimal): -12849777 or 9432379. OLE color: 9432379.
HSL color Cylindrical-coordinate representation of color #3BED8F: hue angle of 148.31º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BED8F is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 237 | 143 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.07 |
| HSL | 148.31º | 0.83% | 0.58% | - |
| HSV(B) | 148.31º | 0.75% | 0.93% | - |
| XYZ | 37.05 | 63.48 | 36.29 | - |
| YUV | 173.06 | 111.03 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 237 | 143 | 0.75 | 0 | 0.40 | 0.07 | 148.31 | 0.83 | 0.58 |
| Hex | 3B | ED | 8F | 4B | 0 | 28 | 7 | 94 | 53 | 3A |
| Octal | 73 | 355 | 217 | 113 | 0 | 50 | 7 | 224 | 123 | 72 |
| Binary | 111011 | 11101101 | 10001111 | 1001011 | 0 | 101000 | 111 | 10010100 | 1010011 | 111010 |
Color Harmonies of #3BED8F
Complementary color
Monochromatic Colors of #3BED8F
Black with #3BED8F
Text Example
Text Example
White with #3BED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BED8F; }
p { color: rgb(59,237,143); }
H1.HeaderClassName
{
color: #3BED8F;
}
.AnyTagClassName
{
color: #3BED8F;
}
</style>
background-color css
<style>
a { background-color: #3BED8F; }
a { background-color: rgb(59,237,143); }
div.DivClassName
{
background-color: #3BED8F;
}
.BgClassName
{
background-color: #3BED8F;
}
</style>
border-color css
<style>
span { border-color: #3BED8F; }
span { border-color: rgb(59,237,143); }
td.TdClassName
{
border-color: #3BED8F;
}
.TagClassName
{
border-color: #3BED8F;
}
</style>