Shades of Puerto Rico #44B69C
Tints of Puerto Rico #44B69C
RGB
CMYK
RGB Variations
Color information
#44B69C (or 0x44B69C) is known color: Puerto Rico. HEX triplet: 44, B6 and 9C. RGB value is (68,182,156). Sum of RGB (Red+Green+Blue) = 68+182+156=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 182 - color contains mainly: green. Hex color #44B69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44B69C is #BB4963. Grayscale: #909090. Windows color (decimal): -12274020 or 10270276. OLE color: 10270276.
HSL color Cylindrical-coordinate representation of color #44B69C: hue angle of 166.32º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B69C is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 182 | 156 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.29 |
| HSL | 166.32º | 0.46% | 0.49% | - |
| HSV(B) | 166.32º | 0.63% | 0.71% | - |
| XYZ | 25.11 | 37.09 | 37.29 | - |
| YUV | 144.95 | 134.23 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 182 | 156 | 0.63 | 0 | 0.14 | 0.29 | 166.32 | 0.46 | 0.49 |
| Hex | 44 | B6 | 9C | 3F | 0 | E | 1D | A6 | 2E | 31 |
| Octal | 104 | 266 | 234 | 77 | 0 | 16 | 35 | 246 | 56 | 61 |
| Binary | 1000100 | 10110110 | 10011100 | 111111 | 0 | 1110 | 11101 | 10100110 | 101110 | 110001 |
Color Harmonies of #44B69C
Complementary color
Monochromatic Colors of #44B69C
Black with #44B69C
Text Example
Text Example
White with #44B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B69C; }
p { color: rgb(68,182,156); }
H1.HeaderClassName
{
color: #44B69C;
}
.AnyTagClassName
{
color: #44B69C;
}
</style>
background-color css
<style>
a { background-color: #44B69C; }
a { background-color: rgb(68,182,156); }
div.DivClassName
{
background-color: #44B69C;
}
.BgClassName
{
background-color: #44B69C;
}
</style>
border-color css
<style>
span { border-color: #44B69C; }
span { border-color: rgb(68,182,156); }
td.TdClassName
{
border-color: #44B69C;
}
.TagClassName
{
border-color: #44B69C;
}
</style>