Shades of Puerto Rico #4AADA9
Tints of Puerto Rico #4AADA9
RGB
CMYK
RGB Variations
Color information
#4AADA9 (or 0x4AADA9) is known color: Puerto Rico. HEX triplet: 4A, AD and A9. RGB value is (74,173,169). Sum of RGB (Red+Green+Blue) = 74+173+169=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #4AADA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AADA9 is #B55256. Grayscale: #8E8E8E. Windows color (decimal): -11883095 or 11119946. OLE color: 11119946.
HSL color Cylindrical-coordinate representation of color #4AADA9: hue angle of 177.58º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AADA9 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 169 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.32 |
| HSL | 177.58º | 0.4% | 0.48% | - |
| HSV(B) | 177.58º | 0.57% | 0.68% | - |
| XYZ | 24.93 | 34.21 | 42.82 | - |
| YUV | 142.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 169 | 0.57 | 0 | 0.02 | 0.32 | 177.58 | 0.4 | 0.48 |
| Hex | 4A | AD | A9 | 39 | 0 | 2 | 20 | B2 | 28 | 30 |
| Octal | 112 | 255 | 251 | 71 | 0 | 2 | 40 | 262 | 50 | 60 |
| Binary | 1001010 | 10101101 | 10101001 | 111001 | 0 | 10 | 100000 | 10110010 | 101000 | 110000 |
Color Harmonies of #4AADA9
Complementary color
Monochromatic Colors of #4AADA9
Black with #4AADA9
Text Example
Text Example
White with #4AADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADA9; }
p { color: rgb(74,173,169); }
H1.HeaderClassName
{
color: #4AADA9;
}
.AnyTagClassName
{
color: #4AADA9;
}
</style>
background-color css
<style>
a { background-color: #4AADA9; }
a { background-color: rgb(74,173,169); }
div.DivClassName
{
background-color: #4AADA9;
}
.BgClassName
{
background-color: #4AADA9;
}
</style>
border-color css
<style>
span { border-color: #4AADA9; }
span { border-color: rgb(74,173,169); }
td.TdClassName
{
border-color: #4AADA9;
}
.TagClassName
{
border-color: #4AADA9;
}
</style>