Shades of Puerto Rico #44BDB0
Tints of Puerto Rico #44BDB0
RGB
CMYK
RGB Variations
Color information
#44BDB0 (or 0x44BDB0) is known color: Puerto Rico. HEX triplet: 44, BD and B0. RGB value is (68,189,176). Sum of RGB (Red+Green+Blue) = 68+189+176=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #44BDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44BDB0 is #BB424F. Grayscale: #979797. Windows color (decimal): -12272208 or 11582788. OLE color: 11582788.
HSL color Cylindrical-coordinate representation of color #44BDB0: hue angle of 173.55º degrees, saturation: 0.48, 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 #44BDB0 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 176 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.26 |
| HSL | 173.55º | 0.48% | 0.5% | - |
| HSV(B) | 173.55º | 0.64% | 0.74% | - |
| XYZ | 28.42 | 40.76 | 47.44 | - |
| YUV | 151.34 | 141.91 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 176 | 0.64 | 0 | 0.07 | 0.26 | 173.55 | 0.48 | 0.5 |
| Hex | 44 | BD | B0 | 40 | 0 | 7 | 1A | AE | 30 | 32 |
| Octal | 104 | 275 | 260 | 100 | 0 | 7 | 32 | 256 | 60 | 62 |
| Binary | 1000100 | 10111101 | 10110000 | 1000000 | 0 | 111 | 11010 | 10101110 | 110000 | 110010 |
Color Harmonies of #44BDB0
Complementary color
Monochromatic Colors of #44BDB0
Black with #44BDB0
Text Example
Text Example
White with #44BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BDB0; }
p { color: rgb(68,189,176); }
H1.HeaderClassName
{
color: #44BDB0;
}
.AnyTagClassName
{
color: #44BDB0;
}
</style>
background-color css
<style>
a { background-color: #44BDB0; }
a { background-color: rgb(68,189,176); }
div.DivClassName
{
background-color: #44BDB0;
}
.BgClassName
{
background-color: #44BDB0;
}
</style>
border-color css
<style>
span { border-color: #44BDB0; }
span { border-color: rgb(68,189,176); }
td.TdClassName
{
border-color: #44BDB0;
}
.TagClassName
{
border-color: #44BDB0;
}
</style>