Shades of Shamrock #44FAA6
Tints of Shamrock #44FAA6
RGB
CMYK
RGB Variations
Color information
#44FAA6 (or 0x44FAA6) is known color: Shamrock. HEX triplet: 44, FA and A6. RGB value is (68,250,166). Sum of RGB (Red+Green+Blue) = 68+250+166=484 (64% of max value = 765). Red value is 68 (26.95% from 255 or 14.05% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #44FAA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44FAA6 is #BB0559. Grayscale: #BABABA. Windows color (decimal): -12256602 or 10943044. OLE color: 10943044.
HSL color Cylindrical-coordinate representation of color #44FAA6: hue angle of 152.31º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FAA6 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 250 | 166 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.02 |
| HSL | 152.31º | 0.95% | 0.62% | - |
| HSV(B) | 152.31º | 0.73% | 0.98% | - |
| XYZ | 43.45 | 72.35 | 47.75 | - |
| YUV | 186.01 | 116.7 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 250 | 166 | 0.73 | 0 | 0.34 | 0.02 | 152.31 | 0.95 | 0.62 |
| Hex | 44 | FA | A6 | 49 | 0 | 22 | 2 | 98 | 5F | 3E |
| Octal | 104 | 372 | 246 | 111 | 0 | 42 | 2 | 230 | 137 | 76 |
| Binary | 1000100 | 11111010 | 10100110 | 1001001 | 0 | 100010 | 10 | 10011000 | 1011111 | 111110 |
Color Harmonies of #44FAA6
Complementary color
Monochromatic Colors of #44FAA6
Black with #44FAA6
Text Example
Text Example
White with #44FAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FAA6; }
p { color: rgb(68,250,166); }
H1.HeaderClassName
{
color: #44FAA6;
}
.AnyTagClassName
{
color: #44FAA6;
}
</style>
background-color css
<style>
a { background-color: #44FAA6; }
a { background-color: rgb(68,250,166); }
div.DivClassName
{
background-color: #44FAA6;
}
.BgClassName
{
background-color: #44FAA6;
}
</style>
border-color css
<style>
span { border-color: #44FAA6; }
span { border-color: rgb(68,250,166); }
td.TdClassName
{
border-color: #44FAA6;
}
.TagClassName
{
border-color: #44FAA6;
}
</style>