Shades of Puerto Rico #4AADA4
Tints of Puerto Rico #4AADA4
RGB
CMYK
RGB Variations
Color information
#4AADA4 (or 0x4AADA4) is known color: Puerto Rico. HEX triplet: 4A, AD and A4. RGB value is (74,173,164). Sum of RGB (Red+Green+Blue) = 74+173+164=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #4AADA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AADA4 is #B5525B. Grayscale: #8E8E8E. Windows color (decimal): -11883100 or 10792266. OLE color: 10792266.
HSL color Cylindrical-coordinate representation of color #4AADA4: hue angle of 174.55º 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 #4AADA4 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 164 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.32 |
| HSL | 174.55º | 0.4% | 0.48% | - |
| HSV(B) | 174.55º | 0.57% | 0.68% | - |
| XYZ | 24.47 | 34.02 | 40.4 | - |
| YUV | 142.37 | 140.2 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 164 | 0.57 | 0 | 0.05 | 0.32 | 174.55 | 0.4 | 0.48 |
| Hex | 4A | AD | A4 | 39 | 0 | 5 | 20 | AF | 28 | 30 |
| Octal | 112 | 255 | 244 | 71 | 0 | 5 | 40 | 257 | 50 | 60 |
| Binary | 1001010 | 10101101 | 10100100 | 111001 | 0 | 101 | 100000 | 10101111 | 101000 | 110000 |
Color Harmonies of #4AADA4
Complementary color
Monochromatic Colors of #4AADA4
Black with #4AADA4
Text Example
Text Example
White with #4AADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADA4; }
p { color: rgb(74,173,164); }
H1.HeaderClassName
{
color: #4AADA4;
}
.AnyTagClassName
{
color: #4AADA4;
}
</style>
background-color css
<style>
a { background-color: #4AADA4; }
a { background-color: rgb(74,173,164); }
div.DivClassName
{
background-color: #4AADA4;
}
.BgClassName
{
background-color: #4AADA4;
}
</style>
border-color css
<style>
span { border-color: #4AADA4; }
span { border-color: rgb(74,173,164); }
td.TdClassName
{
border-color: #4AADA4;
}
.TagClassName
{
border-color: #4AADA4;
}
</style>