Shades of Puerto Rico #44B2AB
Tints of Puerto Rico #44B2AB
RGB
CMYK
RGB Variations
Color information
#44B2AB (or 0x44B2AB) is known color: Puerto Rico. HEX triplet: 44, B2 and AB. RGB value is (68,178,171). Sum of RGB (Red+Green+Blue) = 68+178+171=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 178 - color contains mainly: green. Hex color #44B2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44B2AB is #BB4D54. Grayscale: #909090. Windows color (decimal): -12275029 or 11252292. OLE color: 11252292.
HSL color Cylindrical-coordinate representation of color #44B2AB: hue angle of 176.18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B2AB is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 178 | 171 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.30 |
| HSL | 176.18º | 0.45% | 0.48% | - |
| HSV(B) | 176.18º | 0.62% | 0.7% | - |
| XYZ | 25.65 | 36.01 | 44.13 | - |
| YUV | 144.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 178 | 171 | 0.62 | 0 | 0.04 | 0.30 | 176.18 | 0.45 | 0.48 |
| Hex | 44 | B2 | AB | 3E | 0 | 4 | 1E | B0 | 2D | 30 |
| Octal | 104 | 262 | 253 | 76 | 0 | 4 | 36 | 260 | 55 | 60 |
| Binary | 1000100 | 10110010 | 10101011 | 111110 | 0 | 100 | 11110 | 10110000 | 101101 | 110000 |
Color Harmonies of #44B2AB
Complementary color
Monochromatic Colors of #44B2AB
Black with #44B2AB
Text Example
Text Example
White with #44B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B2AB; }
p { color: rgb(68,178,171); }
H1.HeaderClassName
{
color: #44B2AB;
}
.AnyTagClassName
{
color: #44B2AB;
}
</style>
background-color css
<style>
a { background-color: #44B2AB; }
a { background-color: rgb(68,178,171); }
div.DivClassName
{
background-color: #44B2AB;
}
.BgClassName
{
background-color: #44B2AB;
}
</style>
border-color css
<style>
span { border-color: #44B2AB; }
span { border-color: rgb(68,178,171); }
td.TdClassName
{
border-color: #44B2AB;
}
.TagClassName
{
border-color: #44B2AB;
}
</style>