Shades of Shamrock #3FF0AA
Tints of Shamrock #3FF0AA
RGB
CMYK
RGB Variations
Color information
#3FF0AA (or 0x3FF0AA) is known color: Shamrock. HEX triplet: 3F, F0 and AA. RGB value is (63,240,170). Sum of RGB (Red+Green+Blue) = 63+240+170=473 (62% of max value = 765). Red value is 63 (25% from 255 or 13.32% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF0AA is #C00F55. Grayscale: #B3B3B3. Windows color (decimal): -12586838 or 11202623. OLE color: 11202623.
HSL color Cylindrical-coordinate representation of color #3FF0AA: hue angle of 156.27º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0AA is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 170 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.06 |
| HSL | 156.27º | 0.86% | 0.59% | - |
| HSV(B) | 156.27º | 0.74% | 0.94% | - |
| XYZ | 40.47 | 66.28 | 48.69 | - |
| YUV | 179.1 | 122.86 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 170 | 0.74 | 0 | 0.29 | 0.06 | 156.27 | 0.86 | 0.59 |
| Hex | 3F | F0 | AA | 4A | 0 | 1D | 6 | 9C | 56 | 3B |
| Octal | 77 | 360 | 252 | 112 | 0 | 35 | 6 | 234 | 126 | 73 |
| Binary | 111111 | 11110000 | 10101010 | 1001010 | 0 | 11101 | 110 | 10011100 | 1010110 | 111011 |
Color Harmonies of #3FF0AA
Complementary color
Monochromatic Colors of #3FF0AA
Black with #3FF0AA
Text Example
Text Example
White with #3FF0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF0AA; }
p { color: rgb(63,240,170); }
H1.HeaderClassName
{
color: #3FF0AA;
}
.AnyTagClassName
{
color: #3FF0AA;
}
</style>
background-color css
<style>
a { background-color: #3FF0AA; }
a { background-color: rgb(63,240,170); }
div.DivClassName
{
background-color: #3FF0AA;
}
.BgClassName
{
background-color: #3FF0AA;
}
</style>
border-color css
<style>
span { border-color: #3FF0AA; }
span { border-color: rgb(63,240,170); }
td.TdClassName
{
border-color: #3FF0AA;
}
.TagClassName
{
border-color: #3FF0AA;
}
</style>