Shades of Shamrock #44E3AF
Tints of Shamrock #44E3AF
RGB
CMYK
RGB Variations
Color information
#44E3AF (or 0x44E3AF) is known color: Shamrock. HEX triplet: 44, E3 and AF. RGB value is (68,227,175). Sum of RGB (Red+Green+Blue) = 68+227+175=470 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.47% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #44E3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44E3AF is #BB1C50. Grayscale: #ADADAD. Windows color (decimal): -12262481 or 11526980. OLE color: 11526980.
HSL color Cylindrical-coordinate representation of color #44E3AF: hue angle of 160.38º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E3AF is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 227 | 175 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.11 |
| HSL | 160.38º | 0.74% | 0.58% | - |
| HSV(B) | 160.38º | 0.7% | 0.89% | - |
| XYZ | 37.59 | 59.26 | 50.01 | - |
| YUV | 173.53 | 128.82 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 227 | 175 | 0.70 | 0 | 0.23 | 0.11 | 160.38 | 0.74 | 0.58 |
| Hex | 44 | E3 | AF | 46 | 0 | 17 | B | A0 | 4A | 3A |
| Octal | 104 | 343 | 257 | 106 | 0 | 27 | 13 | 240 | 112 | 72 |
| Binary | 1000100 | 11100011 | 10101111 | 1000110 | 0 | 10111 | 1011 | 10100000 | 1001010 | 111010 |
Color Harmonies of #44E3AF
Complementary color
Monochromatic Colors of #44E3AF
Black with #44E3AF
Text Example
Text Example
White with #44E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E3AF; }
p { color: rgb(68,227,175); }
H1.HeaderClassName
{
color: #44E3AF;
}
.AnyTagClassName
{
color: #44E3AF;
}
</style>
background-color css
<style>
a { background-color: #44E3AF; }
a { background-color: rgb(68,227,175); }
div.DivClassName
{
background-color: #44E3AF;
}
.BgClassName
{
background-color: #44E3AF;
}
</style>
border-color css
<style>
span { border-color: #44E3AF; }
span { border-color: rgb(68,227,175); }
td.TdClassName
{
border-color: #44E3AF;
}
.TagClassName
{
border-color: #44E3AF;
}
</style>