Shades of Shamrock #39F0AB
Tints of Shamrock #39F0AB
RGB
CMYK
RGB Variations
Color information
#39F0AB (or 0x39F0AB) is known color: Shamrock. HEX triplet: 39, F0 and AB. RGB value is (57,240,171). Sum of RGB (Red+Green+Blue) = 57+240+171=468 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.18% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #39F0AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #39F0AB is #C60F54. Grayscale: #B1B1B1. Windows color (decimal): -12980053 or 11268153. OLE color: 11268153.
HSL color Cylindrical-coordinate representation of color #39F0AB: hue angle of 157.38º 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 #39F0AB is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 240 | 171 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.06 |
| HSL | 157.38º | 0.86% | 0.58% | - |
| HSV(B) | 157.38º | 0.76% | 0.94% | - |
| XYZ | 40.2 | 66.13 | 49.17 | - |
| YUV | 177.42 | 124.37 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 240 | 171 | 0.76 | 0 | 0.29 | 0.06 | 157.38 | 0.86 | 0.58 |
| Hex | 39 | F0 | AB | 4C | 0 | 1D | 6 | 9D | 56 | 3A |
| Octal | 71 | 360 | 253 | 114 | 0 | 35 | 6 | 235 | 126 | 72 |
| Binary | 111001 | 11110000 | 10101011 | 1001100 | 0 | 11101 | 110 | 10011101 | 1010110 | 111010 |
Color Harmonies of #39F0AB
Complementary color
Monochromatic Colors of #39F0AB
Black with #39F0AB
Text Example
Text Example
White with #39F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F0AB; }
p { color: rgb(57,240,171); }
H1.HeaderClassName
{
color: #39F0AB;
}
.AnyTagClassName
{
color: #39F0AB;
}
</style>
background-color css
<style>
a { background-color: #39F0AB; }
a { background-color: rgb(57,240,171); }
div.DivClassName
{
background-color: #39F0AB;
}
.BgClassName
{
background-color: #39F0AB;
}
</style>
border-color css
<style>
span { border-color: #39F0AB; }
span { border-color: rgb(57,240,171); }
td.TdClassName
{
border-color: #39F0AB;
}
.TagClassName
{
border-color: #39F0AB;
}
</style>