Shades of Puerto Rico #44B397
Tints of Puerto Rico #44B397
RGB
CMYK
RGB Variations
Color information
#44B397 (or 0x44B397) is known color: Puerto Rico. HEX triplet: 44, B3 and 97. RGB value is (68,179,151). Sum of RGB (Red+Green+Blue) = 68+179+151=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #44B397 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44B397 is #BB4C68. Grayscale: #8E8E8E. Windows color (decimal): -12274793 or 9941828. OLE color: 9941828.
HSL color Cylindrical-coordinate representation of color #44B397: hue angle of 164.86º 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 #44B397 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 179 | 151 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.30 |
| HSL | 164.86º | 0.45% | 0.48% | - |
| HSV(B) | 164.86º | 0.62% | 0.7% | - |
| XYZ | 24.09 | 35.7 | 34.9 | - |
| YUV | 142.62 | 132.73 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 179 | 151 | 0.62 | 0 | 0.16 | 0.30 | 164.86 | 0.45 | 0.48 |
| Hex | 44 | B3 | 97 | 3E | 0 | 10 | 1E | A5 | 2D | 30 |
| Octal | 104 | 263 | 227 | 76 | 0 | 20 | 36 | 245 | 55 | 60 |
| Binary | 1000100 | 10110011 | 10010111 | 111110 | 0 | 10000 | 11110 | 10100101 | 101101 | 110000 |
Color Harmonies of #44B397
Complementary color
Monochromatic Colors of #44B397
Black with #44B397
Text Example
Text Example
White with #44B397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B397; }
p { color: rgb(68,179,151); }
H1.HeaderClassName
{
color: #44B397;
}
.AnyTagClassName
{
color: #44B397;
}
</style>
background-color css
<style>
a { background-color: #44B397; }
a { background-color: rgb(68,179,151); }
div.DivClassName
{
background-color: #44B397;
}
.BgClassName
{
background-color: #44B397;
}
</style>
border-color css
<style>
span { border-color: #44B397; }
span { border-color: rgb(68,179,151); }
td.TdClassName
{
border-color: #44B397;
}
.TagClassName
{
border-color: #44B397;
}
</style>