Shades of Puerto Rico #44B1AA
Tints of Puerto Rico #44B1AA
RGB
CMYK
RGB Variations
Color information
#44B1AA (or 0x44B1AA) is known color: Puerto Rico. HEX triplet: 44, B1 and AA. RGB value is (68,177,170). Sum of RGB (Red+Green+Blue) = 68+177+170=415 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.39% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 177 - color contains mainly: green. Hex color #44B1AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44B1AA is #BB4E55. Grayscale: #8F8F8F. Windows color (decimal): -12275286 or 11186500. OLE color: 11186500.
HSL color Cylindrical-coordinate representation of color #44B1AA: hue angle of 176.15º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B1AA is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 177 | 170 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.31 |
| HSL | 176.15º | 0.44% | 0.48% | - |
| HSV(B) | 176.15º | 0.62% | 0.69% | - |
| XYZ | 25.36 | 35.58 | 43.56 | - |
| YUV | 143.61 | 142.89 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 177 | 170 | 0.62 | 0 | 0.04 | 0.31 | 176.15 | 0.44 | 0.48 |
| Hex | 44 | B1 | AA | 3E | 0 | 4 | 1F | B0 | 2C | 30 |
| Octal | 104 | 261 | 252 | 76 | 0 | 4 | 37 | 260 | 54 | 60 |
| Binary | 1000100 | 10110001 | 10101010 | 111110 | 0 | 100 | 11111 | 10110000 | 101100 | 110000 |
Color Harmonies of #44B1AA
Complementary color
Monochromatic Colors of #44B1AA
Black with #44B1AA
Text Example
Text Example
White with #44B1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B1AA; }
p { color: rgb(68,177,170); }
H1.HeaderClassName
{
color: #44B1AA;
}
.AnyTagClassName
{
color: #44B1AA;
}
</style>
background-color css
<style>
a { background-color: #44B1AA; }
a { background-color: rgb(68,177,170); }
div.DivClassName
{
background-color: #44B1AA;
}
.BgClassName
{
background-color: #44B1AA;
}
</style>
border-color css
<style>
span { border-color: #44B1AA; }
span { border-color: rgb(68,177,170); }
td.TdClassName
{
border-color: #44B1AA;
}
.TagClassName
{
border-color: #44B1AA;
}
</style>