Shades of Shamrock #3FEAAF
Tints of Shamrock #3FEAAF
RGB
CMYK
RGB Variations
Color information
#3FEAAF (or 0x3FEAAF) is known color: Shamrock. HEX triplet: 3F, EA and AF. RGB value is (63,234,175). Sum of RGB (Red+Green+Blue) = 63+234+175=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEAAF is #C01550. Grayscale: #B0B0B0. Windows color (decimal): -12588369 or 11528767. OLE color: 11528767.
HSL color Cylindrical-coordinate representation of color #3FEAAF: hue angle of 159.3º degrees, saturation: 0.8, 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 #3FEAAF is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 175 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.08 |
| HSL | 159.3º | 0.8% | 0.58% | - |
| HSV(B) | 159.3º | 0.73% | 0.92% | - |
| XYZ | 39.21 | 63 | 50.65 | - |
| YUV | 176.15 | 127.35 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 175 | 0.73 | 0 | 0.25 | 0.08 | 159.3 | 0.8 | 0.58 |
| Hex | 3F | EA | AF | 49 | 0 | 19 | 8 | 9F | 50 | 3A |
| Octal | 77 | 352 | 257 | 111 | 0 | 31 | 10 | 237 | 120 | 72 |
| Binary | 111111 | 11101010 | 10101111 | 1001001 | 0 | 11001 | 1000 | 10011111 | 1010000 | 111010 |
Color Harmonies of #3FEAAF
Complementary color
Monochromatic Colors of #3FEAAF
Black with #3FEAAF
Text Example
Text Example
White with #3FEAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAAF; }
p { color: rgb(63,234,175); }
H1.HeaderClassName
{
color: #3FEAAF;
}
.AnyTagClassName
{
color: #3FEAAF;
}
</style>
background-color css
<style>
a { background-color: #3FEAAF; }
a { background-color: rgb(63,234,175); }
div.DivClassName
{
background-color: #3FEAAF;
}
.BgClassName
{
background-color: #3FEAAF;
}
</style>
border-color css
<style>
span { border-color: #3FEAAF; }
span { border-color: rgb(63,234,175); }
td.TdClassName
{
border-color: #3FEAAF;
}
.TagClassName
{
border-color: #3FEAAF;
}
</style>