Shades of Shamrock #39F0AC
Tints of Shamrock #39F0AC
RGB
CMYK
RGB Variations
Color information
#39F0AC (or 0x39F0AC) is known color: Shamrock. HEX triplet: 39, F0 and AC. RGB value is (57,240,172). Sum of RGB (Red+Green+Blue) = 57+240+172=469 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.15% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #39F0AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #39F0AC is #C60F53. Grayscale: #B1B1B1. Windows color (decimal): -12980052 or 11333689. OLE color: 11333689.
HSL color Cylindrical-coordinate representation of color #39F0AC: hue angle of 157.7º 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 #39F0AC is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 240 | 172 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.06 |
| HSL | 157.7º | 0.86% | 0.58% | - |
| HSV(B) | 157.7º | 0.76% | 0.94% | - |
| XYZ | 40.29 | 66.17 | 49.68 | - |
| YUV | 177.53 | 124.87 | 42.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 240 | 172 | 0.76 | 0 | 0.28 | 0.06 | 157.7 | 0.86 | 0.58 |
| Hex | 39 | F0 | AC | 4C | 0 | 1C | 6 | 9E | 56 | 3A |
| Octal | 71 | 360 | 254 | 114 | 0 | 34 | 6 | 236 | 126 | 72 |
| Binary | 111001 | 11110000 | 10101100 | 1001100 | 0 | 11100 | 110 | 10011110 | 1010110 | 111010 |
Color Harmonies of #39F0AC
Complementary color
Monochromatic Colors of #39F0AC
Black with #39F0AC
Text Example
Text Example
White with #39F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F0AC; }
p { color: rgb(57,240,172); }
H1.HeaderClassName
{
color: #39F0AC;
}
.AnyTagClassName
{
color: #39F0AC;
}
</style>
background-color css
<style>
a { background-color: #39F0AC; }
a { background-color: rgb(57,240,172); }
div.DivClassName
{
background-color: #39F0AC;
}
.BgClassName
{
background-color: #39F0AC;
}
</style>
border-color css
<style>
span { border-color: #39F0AC; }
span { border-color: rgb(57,240,172); }
td.TdClassName
{
border-color: #39F0AC;
}
.TagClassName
{
border-color: #39F0AC;
}
</style>