Shades of Shamrock #3FE5AF
Tints of Shamrock #3FE5AF
RGB
CMYK
RGB Variations
Color information
#3FE5AF (or 0x3FE5AF) is known color: Shamrock. HEX triplet: 3F, E5 and AF. RGB value is (63,229,175). Sum of RGB (Red+Green+Blue) = 63+229+175=467 (61% of max value = 765). Red value is 63 (25% from 255 or 13.49% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FE5AF is #C01A50. Grayscale: #ADADAD. Windows color (decimal): -12589649 or 11527487. OLE color: 11527487.
HSL color Cylindrical-coordinate representation of color #3FE5AF: hue angle of 160.48º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE5AF is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 175 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.10 |
| HSL | 160.48º | 0.76% | 0.57% | - |
| HSV(B) | 160.48º | 0.72% | 0.9% | - |
| XYZ | 37.81 | 60.19 | 50.18 | - |
| YUV | 173.21 | 129 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 175 | 0.72 | 0 | 0.24 | 0.10 | 160.48 | 0.76 | 0.57 |
| Hex | 3F | E5 | AF | 48 | 0 | 18 | A | A0 | 4C | 39 |
| Octal | 77 | 345 | 257 | 110 | 0 | 30 | 12 | 240 | 114 | 71 |
| Binary | 111111 | 11100101 | 10101111 | 1001000 | 0 | 11000 | 1010 | 10100000 | 1001100 | 111001 |
Color Harmonies of #3FE5AF
Complementary color
Monochromatic Colors of #3FE5AF
Black with #3FE5AF
Text Example
Text Example
White with #3FE5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE5AF; }
p { color: rgb(63,229,175); }
H1.HeaderClassName
{
color: #3FE5AF;
}
.AnyTagClassName
{
color: #3FE5AF;
}
</style>
background-color css
<style>
a { background-color: #3FE5AF; }
a { background-color: rgb(63,229,175); }
div.DivClassName
{
background-color: #3FE5AF;
}
.BgClassName
{
background-color: #3FE5AF;
}
</style>
border-color css
<style>
span { border-color: #3FE5AF; }
span { border-color: rgb(63,229,175); }
td.TdClassName
{
border-color: #3FE5AF;
}
.TagClassName
{
border-color: #3FE5AF;
}
</style>