Shades of Shamrock #3FEEAA
Tints of Shamrock #3FEEAA
RGB
CMYK
RGB Variations
Color information
#3FEEAA (or 0x3FEEAA) is known color: Shamrock. HEX triplet: 3F, EE and AA. RGB value is (63,238,170). Sum of RGB (Red+Green+Blue) = 63+238+170=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEEAA is #C01155. Grayscale: #B2B2B2. Windows color (decimal): -12587350 or 11202111. OLE color: 11202111.
HSL color Cylindrical-coordinate representation of color #3FEEAA: hue angle of 156.69º 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 #3FEEAA is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 170 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.07 |
| HSL | 156.69º | 0.84% | 0.59% | - |
| HSV(B) | 156.69º | 0.74% | 0.93% | - |
| XYZ | 39.88 | 65.11 | 48.5 | - |
| YUV | 177.92 | 123.52 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 170 | 0.74 | 0 | 0.29 | 0.07 | 156.69 | 0.84 | 0.59 |
| Hex | 3F | EE | AA | 4A | 0 | 1D | 7 | 9D | 54 | 3B |
| Octal | 77 | 356 | 252 | 112 | 0 | 35 | 7 | 235 | 124 | 73 |
| Binary | 111111 | 11101110 | 10101010 | 1001010 | 0 | 11101 | 111 | 10011101 | 1010100 | 111011 |
Color Harmonies of #3FEEAA
Complementary color
Monochromatic Colors of #3FEEAA
Black with #3FEEAA
Text Example
Text Example
White with #3FEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEAA; }
p { color: rgb(63,238,170); }
H1.HeaderClassName
{
color: #3FEEAA;
}
.AnyTagClassName
{
color: #3FEEAA;
}
</style>
background-color css
<style>
a { background-color: #3FEEAA; }
a { background-color: rgb(63,238,170); }
div.DivClassName
{
background-color: #3FEEAA;
}
.BgClassName
{
background-color: #3FEEAA;
}
</style>
border-color css
<style>
span { border-color: #3FEEAA; }
span { border-color: rgb(63,238,170); }
td.TdClassName
{
border-color: #3FEEAA;
}
.TagClassName
{
border-color: #3FEEAA;
}
</style>