Shades of Shamrock #3FEEAE
Tints of Shamrock #3FEEAE
RGB
CMYK
RGB Variations
Color information
#3FEEAE (or 0x3FEEAE) is known color: Shamrock. HEX triplet: 3F, EE and AE. RGB value is (63,238,174). Sum of RGB (Red+Green+Blue) = 63+238+174=475 (62% of max value = 765). Red value is 63 (25% from 255 or 13.26% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEEAE is #C01151. Grayscale: #B2B2B2. Windows color (decimal): -12587346 or 11464255. OLE color: 11464255.
HSL color Cylindrical-coordinate representation of color #3FEEAE: hue angle of 158.06º 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 #3FEEAE is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 174 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.07 |
| HSL | 158.06º | 0.84% | 0.59% | - |
| HSV(B) | 158.06º | 0.74% | 0.93% | - |
| XYZ | 40.26 | 65.26 | 50.52 | - |
| YUV | 178.38 | 125.52 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 174 | 0.74 | 0 | 0.27 | 0.07 | 158.06 | 0.84 | 0.59 |
| Hex | 3F | EE | AE | 4A | 0 | 1B | 7 | 9E | 54 | 3B |
| Octal | 77 | 356 | 256 | 112 | 0 | 33 | 7 | 236 | 124 | 73 |
| Binary | 111111 | 11101110 | 10101110 | 1001010 | 0 | 11011 | 111 | 10011110 | 1010100 | 111011 |
Color Harmonies of #3FEEAE
Complementary color
Monochromatic Colors of #3FEEAE
Black with #3FEEAE
Text Example
Text Example
White with #3FEEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEAE; }
p { color: rgb(63,238,174); }
H1.HeaderClassName
{
color: #3FEEAE;
}
.AnyTagClassName
{
color: #3FEEAE;
}
</style>
background-color css
<style>
a { background-color: #3FEEAE; }
a { background-color: rgb(63,238,174); }
div.DivClassName
{
background-color: #3FEEAE;
}
.BgClassName
{
background-color: #3FEEAE;
}
</style>
border-color css
<style>
span { border-color: #3FEEAE; }
span { border-color: rgb(63,238,174); }
td.TdClassName
{
border-color: #3FEEAE;
}
.TagClassName
{
border-color: #3FEEAE;
}
</style>