Shades of Shamrock #44CAA5
Tints of Shamrock #44CAA5
RGB
CMYK
RGB Variations
Color information
#44CAA5 (or 0x44CAA5) is known color: Shamrock. HEX triplet: 44, CA and A5. RGB value is (68,202,165). Sum of RGB (Red+Green+Blue) = 68+202+165=435 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.63% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #44CAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CAA5 is #BB355A. Grayscale: #9D9D9D. Windows color (decimal): -12268891 or 10865220. OLE color: 10865220.
HSL color Cylindrical-coordinate representation of color #44CAA5: hue angle of 163.43º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44CAA5 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 165 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.21 |
| HSL | 163.43º | 0.56% | 0.53% | - |
| HSV(B) | 163.43º | 0.66% | 0.79% | - |
| XYZ | 30.3 | 46.19 | 42.92 | - |
| YUV | 157.72 | 132.11 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 165 | 0.66 | 0 | 0.18 | 0.21 | 163.43 | 0.56 | 0.53 |
| Hex | 44 | CA | A5 | 42 | 0 | 12 | 15 | A3 | 38 | 35 |
| Octal | 104 | 312 | 245 | 102 | 0 | 22 | 25 | 243 | 70 | 65 |
| Binary | 1000100 | 11001010 | 10100101 | 1000010 | 0 | 10010 | 10101 | 10100011 | 111000 | 110101 |
Color Harmonies of #44CAA5
Complementary color
Monochromatic Colors of #44CAA5
Black with #44CAA5
Text Example
Text Example
White with #44CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CAA5; }
p { color: rgb(68,202,165); }
H1.HeaderClassName
{
color: #44CAA5;
}
.AnyTagClassName
{
color: #44CAA5;
}
</style>
background-color css
<style>
a { background-color: #44CAA5; }
a { background-color: rgb(68,202,165); }
div.DivClassName
{
background-color: #44CAA5;
}
.BgClassName
{
background-color: #44CAA5;
}
</style>
border-color css
<style>
span { border-color: #44CAA5; }
span { border-color: rgb(68,202,165); }
td.TdClassName
{
border-color: #44CAA5;
}
.TagClassName
{
border-color: #44CAA5;
}
</style>