Shades of Puerto Rico #4AADA5
Tints of Puerto Rico #4AADA5
RGB
CMYK
RGB Variations
Color information
#4AADA5 (or 0x4AADA5) is known color: Puerto Rico. HEX triplet: 4A, AD and A5. RGB value is (74,173,165). Sum of RGB (Red+Green+Blue) = 74+173+165=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #4AADA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AADA5 is #B5525A. Grayscale: #8E8E8E. Windows color (decimal): -11883099 or 10857802. OLE color: 10857802.
HSL color Cylindrical-coordinate representation of color #4AADA5: hue angle of 175.15º 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 #4AADA5 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 165 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.32 |
| HSL | 175.15º | 0.4% | 0.48% | - |
| HSV(B) | 175.15º | 0.57% | 0.68% | - |
| XYZ | 24.56 | 34.06 | 40.88 | - |
| YUV | 142.49 | 140.7 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 165 | 0.57 | 0 | 0.05 | 0.32 | 175.15 | 0.4 | 0.48 |
| Hex | 4A | AD | A5 | 39 | 0 | 5 | 20 | AF | 28 | 30 |
| Octal | 112 | 255 | 245 | 71 | 0 | 5 | 40 | 257 | 50 | 60 |
| Binary | 1001010 | 10101101 | 10100101 | 111001 | 0 | 101 | 100000 | 10101111 | 101000 | 110000 |
Color Harmonies of #4AADA5
Complementary color
Monochromatic Colors of #4AADA5
Black with #4AADA5
Text Example
Text Example
White with #4AADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADA5; }
p { color: rgb(74,173,165); }
H1.HeaderClassName
{
color: #4AADA5;
}
.AnyTagClassName
{
color: #4AADA5;
}
</style>
background-color css
<style>
a { background-color: #4AADA5; }
a { background-color: rgb(74,173,165); }
div.DivClassName
{
background-color: #4AADA5;
}
.BgClassName
{
background-color: #4AADA5;
}
</style>
border-color css
<style>
span { border-color: #4AADA5; }
span { border-color: rgb(74,173,165); }
td.TdClassName
{
border-color: #4AADA5;
}
.TagClassName
{
border-color: #4AADA5;
}
</style>