Shades of Puerto Rico #44AB9F
Tints of Puerto Rico #44AB9F
RGB
CMYK
RGB Variations
Color information
#44AB9F (or 0x44AB9F) is known color: Puerto Rico. HEX triplet: 44, AB and 9F. RGB value is (68,171,159). Sum of RGB (Red+Green+Blue) = 68+171+159=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AB9F is #BB5460. Grayscale: #8A8A8A. Windows color (decimal): -12276833 or 10464068. OLE color: 10464068.
HSL color Cylindrical-coordinate representation of color #44AB9F: hue angle of 173.01º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AB9F is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 171 | 159 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.33 |
| HSL | 173.01º | 0.43% | 0.47% | - |
| HSV(B) | 173.01º | 0.6% | 0.67% | - |
| XYZ | 23.2 | 32.86 | 37.92 | - |
| YUV | 138.84 | 139.38 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 171 | 159 | 0.60 | 0 | 0.07 | 0.33 | 173.01 | 0.43 | 0.47 |
| Hex | 44 | AB | 9F | 3C | 0 | 7 | 21 | AD | 2B | 2F |
| Octal | 104 | 253 | 237 | 74 | 0 | 7 | 41 | 255 | 53 | 57 |
| Binary | 1000100 | 10101011 | 10011111 | 111100 | 0 | 111 | 100001 | 10101101 | 101011 | 101111 |
Color Harmonies of #44AB9F
Complementary color
Monochromatic Colors of #44AB9F
Black with #44AB9F
Text Example
Text Example
White with #44AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AB9F; }
p { color: rgb(68,171,159); }
H1.HeaderClassName
{
color: #44AB9F;
}
.AnyTagClassName
{
color: #44AB9F;
}
</style>
background-color css
<style>
a { background-color: #44AB9F; }
a { background-color: rgb(68,171,159); }
div.DivClassName
{
background-color: #44AB9F;
}
.BgClassName
{
background-color: #44AB9F;
}
</style>
border-color css
<style>
span { border-color: #44AB9F; }
span { border-color: rgb(68,171,159); }
td.TdClassName
{
border-color: #44AB9F;
}
.TagClassName
{
border-color: #44AB9F;
}
</style>