Shades of Shamrock #2FF9AA
Tints of Shamrock #2FF9AA
RGB
CMYK
RGB Variations
Color information
#2FF9AA (or 0x2FF9AA) is known color: Shamrock. HEX triplet: 2F, F9 and AA. RGB value is (47,249,170). Sum of RGB (Red+Green+Blue) = 47+249+170=466 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.09% from 466); Green value is 249 (97.66% from 255 or 53.43% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF9AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF9AA is #D00655. Grayscale: #B3B3B3. Windows color (decimal): -13633110 or 11204911. OLE color: 11204911.
HSL color Cylindrical-coordinate representation of color #2FF9AA: hue angle of 156.53º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF9AA is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 170 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.02 |
| HSL | 156.53º | 0.94% | 0.58% | - |
| HSV(B) | 156.53º | 0.81% | 0.98% | - |
| XYZ | 42.3 | 71.26 | 49.55 | - |
| YUV | 179.6 | 122.58 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 170 | 0.81 | 0 | 0.32 | 0.02 | 156.53 | 0.94 | 0.58 |
| Hex | 2F | F9 | AA | 51 | 0 | 20 | 2 | 9D | 5E | 3A |
| Octal | 57 | 371 | 252 | 121 | 0 | 40 | 2 | 235 | 136 | 72 |
| Binary | 101111 | 11111001 | 10101010 | 1010001 | 0 | 100000 | 10 | 10011101 | 1011110 | 111010 |
Color Harmonies of #2FF9AA
Complementary color
Monochromatic Colors of #2FF9AA
Black with #2FF9AA
Text Example
Text Example
White with #2FF9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF9AA; }
p { color: rgb(47,249,170); }
H1.HeaderClassName
{
color: #2FF9AA;
}
.AnyTagClassName
{
color: #2FF9AA;
}
</style>
background-color css
<style>
a { background-color: #2FF9AA; }
a { background-color: rgb(47,249,170); }
div.DivClassName
{
background-color: #2FF9AA;
}
.BgClassName
{
background-color: #2FF9AA;
}
</style>
border-color css
<style>
span { border-color: #2FF9AA; }
span { border-color: rgb(47,249,170); }
td.TdClassName
{
border-color: #2FF9AA;
}
.TagClassName
{
border-color: #2FF9AA;
}
</style>