Shades of Shamrock #44FCAA
Tints of Shamrock #44FCAA
RGB
CMYK
RGB Variations
Color information
#44FCAA (or 0x44FCAA) is known color: Shamrock. HEX triplet: 44, FC and AA. RGB value is (68,252,170). Sum of RGB (Red+Green+Blue) = 68+252+170=490 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.88% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #44FCAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44FCAA is #BB0355. Grayscale: #BBBBBB. Windows color (decimal): -12256086 or 11205700. OLE color: 11205700.
HSL color Cylindrical-coordinate representation of color #44FCAA: hue angle of 153.26º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FCAA is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 252 | 170 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.01 |
| HSL | 153.26º | 0.97% | 0.63% | - |
| HSV(B) | 153.26º | 0.73% | 0.99% | - |
| XYZ | 44.45 | 73.75 | 49.92 | - |
| YUV | 187.64 | 118.04 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 252 | 170 | 0.73 | 0 | 0.33 | 0.01 | 153.26 | 0.97 | 0.63 |
| Hex | 44 | FC | AA | 49 | 0 | 21 | 1 | 99 | 61 | 3F |
| Octal | 104 | 374 | 252 | 111 | 0 | 41 | 1 | 231 | 141 | 77 |
| Binary | 1000100 | 11111100 | 10101010 | 1001001 | 0 | 100001 | 1 | 10011001 | 1100001 | 111111 |
Color Harmonies of #44FCAA
Complementary color
Monochromatic Colors of #44FCAA
Black with #44FCAA
Text Example
Text Example
White with #44FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FCAA; }
p { color: rgb(68,252,170); }
H1.HeaderClassName
{
color: #44FCAA;
}
.AnyTagClassName
{
color: #44FCAA;
}
</style>
background-color css
<style>
a { background-color: #44FCAA; }
a { background-color: rgb(68,252,170); }
div.DivClassName
{
background-color: #44FCAA;
}
.BgClassName
{
background-color: #44FCAA;
}
</style>
border-color css
<style>
span { border-color: #44FCAA; }
span { border-color: rgb(68,252,170); }
td.TdClassName
{
border-color: #44FCAA;
}
.TagClassName
{
border-color: #44FCAA;
}
</style>