Shades of Shamrock #2FF5AC
Tints of Shamrock #2FF5AC
RGB
CMYK
RGB Variations
Color information
#2FF5AC (or 0x2FF5AC) is known color: Shamrock. HEX triplet: 2F, F5 and AC. RGB value is (47,245,172). Sum of RGB (Red+Green+Blue) = 47+245+172=464 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.13% from 464); Green value is 245 (96.09% from 255 or 52.80% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF5AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF5AC is #D00A53. Grayscale: #B1B1B1. Windows color (decimal): -13634132 or 11334959. OLE color: 11334959.
HSL color Cylindrical-coordinate representation of color #2FF5AC: hue angle of 157.88º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF5AC is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 172 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.04 |
| HSL | 157.88º | 0.91% | 0.57% | - |
| HSV(B) | 157.88º | 0.81% | 0.96% | - |
| XYZ | 41.27 | 68.89 | 50.15 | - |
| YUV | 177.48 | 124.9 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 172 | 0.81 | 0 | 0.30 | 0.04 | 157.88 | 0.91 | 0.57 |
| Hex | 2F | F5 | AC | 51 | 0 | 1E | 4 | 9E | 5B | 39 |
| Octal | 57 | 365 | 254 | 121 | 0 | 36 | 4 | 236 | 133 | 71 |
| Binary | 101111 | 11110101 | 10101100 | 1010001 | 0 | 11110 | 100 | 10011110 | 1011011 | 111001 |
Color Harmonies of #2FF5AC
Complementary color
Monochromatic Colors of #2FF5AC
Black with #2FF5AC
Text Example
Text Example
White with #2FF5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF5AC; }
p { color: rgb(47,245,172); }
H1.HeaderClassName
{
color: #2FF5AC;
}
.AnyTagClassName
{
color: #2FF5AC;
}
</style>
background-color css
<style>
a { background-color: #2FF5AC; }
a { background-color: rgb(47,245,172); }
div.DivClassName
{
background-color: #2FF5AC;
}
.BgClassName
{
background-color: #2FF5AC;
}
</style>
border-color css
<style>
span { border-color: #2FF5AC; }
span { border-color: rgb(47,245,172); }
td.TdClassName
{
border-color: #2FF5AC;
}
.TagClassName
{
border-color: #2FF5AC;
}
</style>