Shades of Puerto Rico #44B999
Tints of Puerto Rico #44B999
RGB
CMYK
RGB Variations
Color information
#44B999 (or 0x44B999) is known color: Puerto Rico. HEX triplet: 44, B9 and 99. RGB value is (68,185,153). Sum of RGB (Red+Green+Blue) = 68+185+153=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #44B999 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44B999 is #BB4666. Grayscale: #929292. Windows color (decimal): -12273255 or 10074436. OLE color: 10074436.
HSL color Cylindrical-coordinate representation of color #44B999: hue angle of 163.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B999 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 185 | 153 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.27 |
| HSL | 163.59º | 0.46% | 0.5% | - |
| HSV(B) | 163.59º | 0.63% | 0.73% | - |
| XYZ | 25.48 | 38.23 | 36.17 | - |
| YUV | 146.37 | 131.74 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 185 | 153 | 0.63 | 0 | 0.17 | 0.27 | 163.59 | 0.46 | 0.5 |
| Hex | 44 | B9 | 99 | 3F | 0 | 11 | 1B | A4 | 2E | 32 |
| Octal | 104 | 271 | 231 | 77 | 0 | 21 | 33 | 244 | 56 | 62 |
| Binary | 1000100 | 10111001 | 10011001 | 111111 | 0 | 10001 | 11011 | 10100100 | 101110 | 110010 |
Color Harmonies of #44B999
Complementary color
Monochromatic Colors of #44B999
Black with #44B999
Text Example
Text Example
White with #44B999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B999; }
p { color: rgb(68,185,153); }
H1.HeaderClassName
{
color: #44B999;
}
.AnyTagClassName
{
color: #44B999;
}
</style>
background-color css
<style>
a { background-color: #44B999; }
a { background-color: rgb(68,185,153); }
div.DivClassName
{
background-color: #44B999;
}
.BgClassName
{
background-color: #44B999;
}
</style>
border-color css
<style>
span { border-color: #44B999; }
span { border-color: rgb(68,185,153); }
td.TdClassName
{
border-color: #44B999;
}
.TagClassName
{
border-color: #44B999;
}
</style>