Shades of Shamrock #3FEBAA
Tints of Shamrock #3FEBAA
RGB
CMYK
RGB Variations
Color information
#3FEBAA (or 0x3FEBAA) is known color: Shamrock. HEX triplet: 3F, EB and AA. RGB value is (63,235,170). Sum of RGB (Red+Green+Blue) = 63+235+170=468 (61% of max value = 765). Red value is 63 (25% from 255 or 13.46% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEBAA is #C01455. Grayscale: #B0B0B0. Windows color (decimal): -12588118 or 11201343. OLE color: 11201343.
HSL color Cylindrical-coordinate representation of color #3FEBAA: hue angle of 157.33º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEBAA is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 170 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.08 |
| HSL | 157.33º | 0.81% | 0.58% | - |
| HSV(B) | 157.33º | 0.73% | 0.92% | - |
| XYZ | 39.01 | 63.38 | 48.21 | - |
| YUV | 176.16 | 124.52 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 170 | 0.73 | 0 | 0.28 | 0.08 | 157.33 | 0.81 | 0.58 |
| Hex | 3F | EB | AA | 49 | 0 | 1C | 8 | 9D | 51 | 3A |
| Octal | 77 | 353 | 252 | 111 | 0 | 34 | 10 | 235 | 121 | 72 |
| Binary | 111111 | 11101011 | 10101010 | 1001001 | 0 | 11100 | 1000 | 10011101 | 1010001 | 111010 |
Color Harmonies of #3FEBAA
Complementary color
Monochromatic Colors of #3FEBAA
Black with #3FEBAA
Text Example
Text Example
White with #3FEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEBAA; }
p { color: rgb(63,235,170); }
H1.HeaderClassName
{
color: #3FEBAA;
}
.AnyTagClassName
{
color: #3FEBAA;
}
</style>
background-color css
<style>
a { background-color: #3FEBAA; }
a { background-color: rgb(63,235,170); }
div.DivClassName
{
background-color: #3FEBAA;
}
.BgClassName
{
background-color: #3FEBAA;
}
</style>
border-color css
<style>
span { border-color: #3FEBAA; }
span { border-color: rgb(63,235,170); }
td.TdClassName
{
border-color: #3FEBAA;
}
.TagClassName
{
border-color: #3FEBAA;
}
</style>