Shades of Shamrock #3FEEA6
Tints of Shamrock #3FEEA6
RGB
CMYK
RGB Variations
Color information
#3FEEA6 (or 0x3FEEA6) is known color: Shamrock. HEX triplet: 3F, EE and A6. RGB value is (63,238,166). Sum of RGB (Red+Green+Blue) = 63+238+166=467 (61% of max value = 765). Red value is 63 (25% from 255 or 13.49% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEEA6 is #C01159. Grayscale: #B1B1B1. Windows color (decimal): -12587354 or 10939967. OLE color: 10939967.
HSL color Cylindrical-coordinate representation of color #3FEEA6: hue angle of 155.31º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEEA6 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 166 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.07 |
| HSL | 155.31º | 0.84% | 0.59% | - |
| HSV(B) | 155.31º | 0.74% | 0.93% | - |
| XYZ | 39.51 | 64.96 | 46.53 | - |
| YUV | 177.47 | 121.52 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 166 | 0.74 | 0 | 0.30 | 0.07 | 155.31 | 0.84 | 0.59 |
| Hex | 3F | EE | A6 | 4A | 0 | 1E | 7 | 9B | 54 | 3B |
| Octal | 77 | 356 | 246 | 112 | 0 | 36 | 7 | 233 | 124 | 73 |
| Binary | 111111 | 11101110 | 10100110 | 1001010 | 0 | 11110 | 111 | 10011011 | 1010100 | 111011 |
Color Harmonies of #3FEEA6
Complementary color
Monochromatic Colors of #3FEEA6
Black with #3FEEA6
Text Example
Text Example
White with #3FEEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEA6; }
p { color: rgb(63,238,166); }
H1.HeaderClassName
{
color: #3FEEA6;
}
.AnyTagClassName
{
color: #3FEEA6;
}
</style>
background-color css
<style>
a { background-color: #3FEEA6; }
a { background-color: rgb(63,238,166); }
div.DivClassName
{
background-color: #3FEEA6;
}
.BgClassName
{
background-color: #3FEEA6;
}
</style>
border-color css
<style>
span { border-color: #3FEEA6; }
span { border-color: rgb(63,238,166); }
td.TdClassName
{
border-color: #3FEEA6;
}
.TagClassName
{
border-color: #3FEEA6;
}
</style>