Shades of Puerto Rico #44AF9E
Tints of Puerto Rico #44AF9E
RGB
CMYK
RGB Variations
Color information
#44AF9E (or 0x44AF9E) is known color: Puerto Rico. HEX triplet: 44, AF and 9E. RGB value is (68,175,158). Sum of RGB (Red+Green+Blue) = 68+175+158=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AF9E is #BB5061. Grayscale: #8D8D8D. Windows color (decimal): -12275810 or 10399556. OLE color: 10399556.
HSL color Cylindrical-coordinate representation of color #44AF9E: hue angle of 170.47º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AF9E is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 175 | 158 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.31 |
| HSL | 170.47º | 0.44% | 0.48% | - |
| HSV(B) | 170.47º | 0.61% | 0.69% | - |
| XYZ | 23.89 | 34.36 | 37.72 | - |
| YUV | 141.07 | 137.55 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 175 | 158 | 0.61 | 0 | 0.10 | 0.31 | 170.47 | 0.44 | 0.48 |
| Hex | 44 | AF | 9E | 3D | 0 | A | 1F | AA | 2C | 30 |
| Octal | 104 | 257 | 236 | 75 | 0 | 12 | 37 | 252 | 54 | 60 |
| Binary | 1000100 | 10101111 | 10011110 | 111101 | 0 | 1010 | 11111 | 10101010 | 101100 | 110000 |
Color Harmonies of #44AF9E
Complementary color
Monochromatic Colors of #44AF9E
Black with #44AF9E
Text Example
Text Example
White with #44AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AF9E; }
p { color: rgb(68,175,158); }
H1.HeaderClassName
{
color: #44AF9E;
}
.AnyTagClassName
{
color: #44AF9E;
}
</style>
background-color css
<style>
a { background-color: #44AF9E; }
a { background-color: rgb(68,175,158); }
div.DivClassName
{
background-color: #44AF9E;
}
.BgClassName
{
background-color: #44AF9E;
}
</style>
border-color css
<style>
span { border-color: #44AF9E; }
span { border-color: rgb(68,175,158); }
td.TdClassName
{
border-color: #44AF9E;
}
.TagClassName
{
border-color: #44AF9E;
}
</style>