Shades of Puerto Rico #44ADAA
Tints of Puerto Rico #44ADAA
RGB
CMYK
RGB Variations
Color information
#44ADAA (or 0x44ADAA) is known color: Puerto Rico. HEX triplet: 44, AD and AA. RGB value is (68,173,170). Sum of RGB (Red+Green+Blue) = 68+173+170=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #44ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44ADAA is #BB5255. Grayscale: #8D8D8D. Windows color (decimal): -12276310 or 11185476. OLE color: 11185476.
HSL color Cylindrical-coordinate representation of color #44ADAA: hue angle of 178.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44ADAA is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 173 | 170 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.32 |
| HSL | 178.29º | 0.44% | 0.47% | - |
| HSV(B) | 178.29º | 0.61% | 0.68% | - |
| XYZ | 24.58 | 34.02 | 43.3 | - |
| YUV | 141.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 170 | 0.61 | 0 | 0.02 | 0.32 | 178.29 | 0.44 | 0.47 |
| Hex | 44 | AD | AA | 3D | 0 | 2 | 20 | B2 | 2C | 2F |
| Octal | 104 | 255 | 252 | 75 | 0 | 2 | 40 | 262 | 54 | 57 |
| Binary | 1000100 | 10101101 | 10101010 | 111101 | 0 | 10 | 100000 | 10110010 | 101100 | 101111 |
Color Harmonies of #44ADAA
Complementary color
Monochromatic Colors of #44ADAA
Black with #44ADAA
Text Example
Text Example
White with #44ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ADAA; }
p { color: rgb(68,173,170); }
H1.HeaderClassName
{
color: #44ADAA;
}
.AnyTagClassName
{
color: #44ADAA;
}
</style>
background-color css
<style>
a { background-color: #44ADAA; }
a { background-color: rgb(68,173,170); }
div.DivClassName
{
background-color: #44ADAA;
}
.BgClassName
{
background-color: #44ADAA;
}
</style>
border-color css
<style>
span { border-color: #44ADAA; }
span { border-color: rgb(68,173,170); }
td.TdClassName
{
border-color: #44ADAA;
}
.TagClassName
{
border-color: #44ADAA;
}
</style>