Shades of Puerto Rico #44AFA4
Tints of Puerto Rico #44AFA4
RGB
CMYK
RGB Variations
Color information
#44AFA4 (or 0x44AFA4) is known color: Puerto Rico. HEX triplet: 44, AF and A4. RGB value is (68,175,164). Sum of RGB (Red+Green+Blue) = 68+175+164=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #44AFA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AFA4 is #BB505B. Grayscale: #8D8D8D. Windows color (decimal): -12275804 or 10792772. OLE color: 10792772.
HSL color Cylindrical-coordinate representation of color #44AFA4: hue angle of 173.83º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AFA4 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 175 | 164 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.31 |
| HSL | 173.83º | 0.44% | 0.48% | - |
| HSV(B) | 173.83º | 0.61% | 0.69% | - |
| XYZ | 24.41 | 34.57 | 40.51 | - |
| YUV | 141.75 | 140.55 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 175 | 164 | 0.61 | 0 | 0.06 | 0.31 | 173.83 | 0.44 | 0.48 |
| Hex | 44 | AF | A4 | 3D | 0 | 6 | 1F | AE | 2C | 30 |
| Octal | 104 | 257 | 244 | 75 | 0 | 6 | 37 | 256 | 54 | 60 |
| Binary | 1000100 | 10101111 | 10100100 | 111101 | 0 | 110 | 11111 | 10101110 | 101100 | 110000 |
Color Harmonies of #44AFA4
Complementary color
Monochromatic Colors of #44AFA4
Black with #44AFA4
Text Example
Text Example
White with #44AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AFA4; }
p { color: rgb(68,175,164); }
H1.HeaderClassName
{
color: #44AFA4;
}
.AnyTagClassName
{
color: #44AFA4;
}
</style>
background-color css
<style>
a { background-color: #44AFA4; }
a { background-color: rgb(68,175,164); }
div.DivClassName
{
background-color: #44AFA4;
}
.BgClassName
{
background-color: #44AFA4;
}
</style>
border-color css
<style>
span { border-color: #44AFA4; }
span { border-color: rgb(68,175,164); }
td.TdClassName
{
border-color: #44AFA4;
}
.TagClassName
{
border-color: #44AFA4;
}
</style>