Shades of Shamrock #39F0AA
Tints of Shamrock #39F0AA
RGB
CMYK
RGB Variations
Color information
#39F0AA (or 0x39F0AA) is known color: Shamrock. HEX triplet: 39, F0 and AA. RGB value is (57,240,170). Sum of RGB (Red+Green+Blue) = 57+240+170=467 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.21% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #39F0AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #39F0AA is #C60F55. Grayscale: #B1B1B1. Windows color (decimal): -12980054 or 11202617. OLE color: 11202617.
HSL color Cylindrical-coordinate representation of color #39F0AA: hue angle of 157.05º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39F0AA is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 240 | 170 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.06 |
| HSL | 157.05º | 0.86% | 0.58% | - |
| HSV(B) | 157.05º | 0.76% | 0.94% | - |
| XYZ | 40.1 | 66.09 | 48.67 | - |
| YUV | 177.3 | 123.87 | 42.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 240 | 170 | 0.76 | 0 | 0.29 | 0.06 | 157.05 | 0.86 | 0.58 |
| Hex | 39 | F0 | AA | 4C | 0 | 1D | 6 | 9D | 56 | 3A |
| Octal | 71 | 360 | 252 | 114 | 0 | 35 | 6 | 235 | 126 | 72 |
| Binary | 111001 | 11110000 | 10101010 | 1001100 | 0 | 11101 | 110 | 10011101 | 1010110 | 111010 |
Color Harmonies of #39F0AA
Complementary color
Monochromatic Colors of #39F0AA
Black with #39F0AA
Text Example
Text Example
White with #39F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F0AA; }
p { color: rgb(57,240,170); }
H1.HeaderClassName
{
color: #39F0AA;
}
.AnyTagClassName
{
color: #39F0AA;
}
</style>
background-color css
<style>
a { background-color: #39F0AA; }
a { background-color: rgb(57,240,170); }
div.DivClassName
{
background-color: #39F0AA;
}
.BgClassName
{
background-color: #39F0AA;
}
</style>
border-color css
<style>
span { border-color: #39F0AA; }
span { border-color: rgb(57,240,170); }
td.TdClassName
{
border-color: #39F0AA;
}
.TagClassName
{
border-color: #39F0AA;
}
</style>