Shades of Shamrock #3FEAAC
Tints of Shamrock #3FEAAC
RGB
CMYK
RGB Variations
Color information
#3FEAAC (or 0x3FEAAC) is known color: Shamrock. HEX triplet: 3F, EA and AC. RGB value is (63,234,172). Sum of RGB (Red+Green+Blue) = 63+234+172=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEAAC is #C01553. Grayscale: #AFAFAF. Windows color (decimal): -12588372 or 11332159. OLE color: 11332159.
HSL color Cylindrical-coordinate representation of color #3FEAAC: hue angle of 158.25º 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 #3FEAAC is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 172 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.08 |
| HSL | 158.25º | 0.8% | 0.58% | - |
| HSV(B) | 158.25º | 0.73% | 0.92% | - |
| XYZ | 38.92 | 62.88 | 49.12 | - |
| YUV | 175.8 | 125.85 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 172 | 0.73 | 0 | 0.26 | 0.08 | 158.25 | 0.8 | 0.58 |
| Hex | 3F | EA | AC | 49 | 0 | 1A | 8 | 9E | 50 | 3A |
| Octal | 77 | 352 | 254 | 111 | 0 | 32 | 10 | 236 | 120 | 72 |
| Binary | 111111 | 11101010 | 10101100 | 1001001 | 0 | 11010 | 1000 | 10011110 | 1010000 | 111010 |
Color Harmonies of #3FEAAC
Complementary color
Monochromatic Colors of #3FEAAC
Black with #3FEAAC
Text Example
Text Example
White with #3FEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAAC; }
p { color: rgb(63,234,172); }
H1.HeaderClassName
{
color: #3FEAAC;
}
.AnyTagClassName
{
color: #3FEAAC;
}
</style>
background-color css
<style>
a { background-color: #3FEAAC; }
a { background-color: rgb(63,234,172); }
div.DivClassName
{
background-color: #3FEAAC;
}
.BgClassName
{
background-color: #3FEAAC;
}
</style>
border-color css
<style>
span { border-color: #3FEAAC; }
span { border-color: rgb(63,234,172); }
td.TdClassName
{
border-color: #3FEAAC;
}
.TagClassName
{
border-color: #3FEAAC;
}
</style>