Shades of Puerto Rico #44BCA0
Tints of Puerto Rico #44BCA0
RGB
CMYK
RGB Variations
Color information
#44BCA0 (or 0x44BCA0) is known color: Puerto Rico. HEX triplet: 44, BC and A0. RGB value is (68,188,160). Sum of RGB (Red+Green+Blue) = 68+188+160=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #44BCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44BCA0 is #BB435F. Grayscale: #949494. Windows color (decimal): -12272480 or 10533956. OLE color: 10533956.
HSL color Cylindrical-coordinate representation of color #44BCA0: hue angle of 166º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BCA0 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 188 | 160 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.26 |
| HSL | 166º | 0.47% | 0.5% | - |
| HSV(B) | 166º | 0.64% | 0.74% | - |
| XYZ | 26.71 | 39.73 | 39.52 | - |
| YUV | 148.93 | 134.24 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 160 | 0.64 | 0 | 0.15 | 0.26 | 166 | 0.47 | 0.5 |
| Hex | 44 | BC | A0 | 40 | 0 | F | 1A | A6 | 2F | 32 |
| Octal | 104 | 274 | 240 | 100 | 0 | 17 | 32 | 246 | 57 | 62 |
| Binary | 1000100 | 10111100 | 10100000 | 1000000 | 0 | 1111 | 11010 | 10100110 | 101111 | 110010 |
Color Harmonies of #44BCA0
Complementary color
Monochromatic Colors of #44BCA0
Black with #44BCA0
Text Example
Text Example
White with #44BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BCA0; }
p { color: rgb(68,188,160); }
H1.HeaderClassName
{
color: #44BCA0;
}
.AnyTagClassName
{
color: #44BCA0;
}
</style>
background-color css
<style>
a { background-color: #44BCA0; }
a { background-color: rgb(68,188,160); }
div.DivClassName
{
background-color: #44BCA0;
}
.BgClassName
{
background-color: #44BCA0;
}
</style>
border-color css
<style>
span { border-color: #44BCA0; }
span { border-color: rgb(68,188,160); }
td.TdClassName
{
border-color: #44BCA0;
}
.TagClassName
{
border-color: #44BCA0;
}
</style>