Shades of Puerto Rico #44B4AA
Tints of Puerto Rico #44B4AA
RGB
CMYK
RGB Variations
Color information
#44B4AA (or 0x44B4AA) is known color: Puerto Rico. HEX triplet: 44, B4 and AA. RGB value is (68,180,170). Sum of RGB (Red+Green+Blue) = 68+180+170=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #44B4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44B4AA is #BB4B55. Grayscale: #919191. Windows color (decimal): -12274518 or 11187268. OLE color: 11187268.
HSL color Cylindrical-coordinate representation of color #44B4AA: hue angle of 174.64º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B4AA is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 180 | 170 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.29 |
| HSL | 174.64º | 0.45% | 0.49% | - |
| HSV(B) | 174.64º | 0.62% | 0.71% | - |
| XYZ | 25.96 | 36.77 | 43.76 | - |
| YUV | 145.37 | 141.89 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 180 | 170 | 0.62 | 0 | 0.06 | 0.29 | 174.64 | 0.45 | 0.49 |
| Hex | 44 | B4 | AA | 3E | 0 | 6 | 1D | AF | 2D | 31 |
| Octal | 104 | 264 | 252 | 76 | 0 | 6 | 35 | 257 | 55 | 61 |
| Binary | 1000100 | 10110100 | 10101010 | 111110 | 0 | 110 | 11101 | 10101111 | 101101 | 110001 |
Color Harmonies of #44B4AA
Complementary color
Monochromatic Colors of #44B4AA
Black with #44B4AA
Text Example
Text Example
White with #44B4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B4AA; }
p { color: rgb(68,180,170); }
H1.HeaderClassName
{
color: #44B4AA;
}
.AnyTagClassName
{
color: #44B4AA;
}
</style>
background-color css
<style>
a { background-color: #44B4AA; }
a { background-color: rgb(68,180,170); }
div.DivClassName
{
background-color: #44B4AA;
}
.BgClassName
{
background-color: #44B4AA;
}
</style>
border-color css
<style>
span { border-color: #44B4AA; }
span { border-color: rgb(68,180,170); }
td.TdClassName
{
border-color: #44B4AA;
}
.TagClassName
{
border-color: #44B4AA;
}
</style>