Shades of Puerto Rico #44AD9A
Tints of Puerto Rico #44AD9A
RGB
CMYK
RGB Variations
Color information
#44AD9A (or 0x44AD9A) is known color: Puerto Rico. HEX triplet: 44, AD and 9A. RGB value is (68,173,154). Sum of RGB (Red+Green+Blue) = 68+173+154=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AD9A is #BB5265. Grayscale: #8B8B8B. Windows color (decimal): -12276326 or 10136900. OLE color: 10136900.
HSL color Cylindrical-coordinate representation of color #44AD9A: hue angle of 169.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AD9A is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 173 | 154 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.32 |
| HSL | 169.14º | 0.44% | 0.47% | - |
| HSV(B) | 169.14º | 0.61% | 0.68% | - |
| XYZ | 23.16 | 33.45 | 35.81 | - |
| YUV | 139.44 | 136.21 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 154 | 0.61 | 0 | 0.11 | 0.32 | 169.14 | 0.44 | 0.47 |
| Hex | 44 | AD | 9A | 3D | 0 | B | 20 | A9 | 2C | 2F |
| Octal | 104 | 255 | 232 | 75 | 0 | 13 | 40 | 251 | 54 | 57 |
| Binary | 1000100 | 10101101 | 10011010 | 111101 | 0 | 1011 | 100000 | 10101001 | 101100 | 101111 |
Color Harmonies of #44AD9A
Complementary color
Monochromatic Colors of #44AD9A
Black with #44AD9A
Text Example
Text Example
White with #44AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AD9A; }
p { color: rgb(68,173,154); }
H1.HeaderClassName
{
color: #44AD9A;
}
.AnyTagClassName
{
color: #44AD9A;
}
</style>
background-color css
<style>
a { background-color: #44AD9A; }
a { background-color: rgb(68,173,154); }
div.DivClassName
{
background-color: #44AD9A;
}
.BgClassName
{
background-color: #44AD9A;
}
</style>
border-color css
<style>
span { border-color: #44AD9A; }
span { border-color: rgb(68,173,154); }
td.TdClassName
{
border-color: #44AD9A;
}
.TagClassName
{
border-color: #44AD9A;
}
</style>