Shades of Puerto Rico #44ABA4
Tints of Puerto Rico #44ABA4
RGB
CMYK
RGB Variations
Color information
#44ABA4 (or 0x44ABA4) is known color: Puerto Rico. HEX triplet: 44, AB and A4. RGB value is (68,171,164). Sum of RGB (Red+Green+Blue) = 68+171+164=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #44ABA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44ABA4 is #BB545B. Grayscale: #8B8B8B. Windows color (decimal): -12276828 or 10791748. OLE color: 10791748.
HSL color Cylindrical-coordinate representation of color #44ABA4: hue angle of 175.92º 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 #44ABA4 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 171 | 164 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.33 |
| HSL | 175.92º | 0.43% | 0.47% | - |
| HSV(B) | 175.92º | 0.6% | 0.67% | - |
| XYZ | 23.65 | 33.04 | 40.25 | - |
| YUV | 139.41 | 141.88 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 171 | 164 | 0.60 | 0 | 0.04 | 0.33 | 175.92 | 0.43 | 0.47 |
| Hex | 44 | AB | A4 | 3C | 0 | 4 | 21 | B0 | 2B | 2F |
| Octal | 104 | 253 | 244 | 74 | 0 | 4 | 41 | 260 | 53 | 57 |
| Binary | 1000100 | 10101011 | 10100100 | 111100 | 0 | 100 | 100001 | 10110000 | 101011 | 101111 |
Color Harmonies of #44ABA4
Complementary color
Monochromatic Colors of #44ABA4
Black with #44ABA4
Text Example
Text Example
White with #44ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ABA4; }
p { color: rgb(68,171,164); }
H1.HeaderClassName
{
color: #44ABA4;
}
.AnyTagClassName
{
color: #44ABA4;
}
</style>
background-color css
<style>
a { background-color: #44ABA4; }
a { background-color: rgb(68,171,164); }
div.DivClassName
{
background-color: #44ABA4;
}
.BgClassName
{
background-color: #44ABA4;
}
</style>
border-color css
<style>
span { border-color: #44ABA4; }
span { border-color: rgb(68,171,164); }
td.TdClassName
{
border-color: #44ABA4;
}
.TagClassName
{
border-color: #44ABA4;
}
</style>