Shades of Puerto Rico #4AADA8
Tints of Puerto Rico #4AADA8
RGB
CMYK
RGB Variations
Color information
#4AADA8 (or 0x4AADA8) is known color: Puerto Rico. HEX triplet: 4A, AD and A8. RGB value is (74,173,168). Sum of RGB (Red+Green+Blue) = 74+173+168=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #4AADA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AADA8 is #B55257. Grayscale: #8E8E8E. Windows color (decimal): -11883096 or 11054410. OLE color: 11054410.
HSL color Cylindrical-coordinate representation of color #4AADA8: hue angle of 176.97º 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 #4AADA8 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 168 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.32 |
| HSL | 176.97º | 0.4% | 0.48% | - |
| HSV(B) | 176.97º | 0.57% | 0.68% | - |
| XYZ | 24.84 | 34.17 | 42.33 | - |
| YUV | 142.83 | 142.2 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 168 | 0.57 | 0 | 0.03 | 0.32 | 176.97 | 0.4 | 0.48 |
| Hex | 4A | AD | A8 | 39 | 0 | 3 | 20 | B1 | 28 | 30 |
| Octal | 112 | 255 | 250 | 71 | 0 | 3 | 40 | 261 | 50 | 60 |
| Binary | 1001010 | 10101101 | 10101000 | 111001 | 0 | 11 | 100000 | 10110001 | 101000 | 110000 |
Color Harmonies of #4AADA8
Complementary color
Monochromatic Colors of #4AADA8
Black with #4AADA8
Text Example
Text Example
White with #4AADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADA8; }
p { color: rgb(74,173,168); }
H1.HeaderClassName
{
color: #4AADA8;
}
.AnyTagClassName
{
color: #4AADA8;
}
</style>
background-color css
<style>
a { background-color: #4AADA8; }
a { background-color: rgb(74,173,168); }
div.DivClassName
{
background-color: #4AADA8;
}
.BgClassName
{
background-color: #4AADA8;
}
</style>
border-color css
<style>
span { border-color: #4AADA8; }
span { border-color: rgb(74,173,168); }
td.TdClassName
{
border-color: #4AADA8;
}
.TagClassName
{
border-color: #4AADA8;
}
</style>