Shades of Puerto Rico #4AADAA
Tints of Puerto Rico #4AADAA
RGB
CMYK
RGB Variations
Color information
#4AADAA (or 0x4AADAA) is known color: Puerto Rico. HEX triplet: 4A, AD and AA. RGB value is (74,173,170). Sum of RGB (Red+Green+Blue) = 74+173+170=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #4AADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AADAA is #B55255. Grayscale: #8E8E8E. Windows color (decimal): -11883094 or 11185482. OLE color: 11185482.
HSL color Cylindrical-coordinate representation of color #4AADAA: hue angle of 178.18º 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 #4AADAA is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 170 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.32 |
| HSL | 178.18º | 0.4% | 0.48% | - |
| HSV(B) | 178.18º | 0.57% | 0.68% | - |
| XYZ | 25.02 | 34.25 | 43.32 | - |
| YUV | 143.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 170 | 0.57 | 0 | 0.02 | 0.32 | 178.18 | 0.4 | 0.48 |
| Hex | 4A | AD | AA | 39 | 0 | 2 | 20 | B2 | 28 | 30 |
| Octal | 112 | 255 | 252 | 71 | 0 | 2 | 40 | 262 | 50 | 60 |
| Binary | 1001010 | 10101101 | 10101010 | 111001 | 0 | 10 | 100000 | 10110010 | 101000 | 110000 |
Color Harmonies of #4AADAA
Complementary color
Monochromatic Colors of #4AADAA
Black with #4AADAA
Text Example
Text Example
White with #4AADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADAA; }
p { color: rgb(74,173,170); }
H1.HeaderClassName
{
color: #4AADAA;
}
.AnyTagClassName
{
color: #4AADAA;
}
</style>
background-color css
<style>
a { background-color: #4AADAA; }
a { background-color: rgb(74,173,170); }
div.DivClassName
{
background-color: #4AADAA;
}
.BgClassName
{
background-color: #4AADAA;
}
</style>
border-color css
<style>
span { border-color: #4AADAA; }
span { border-color: rgb(74,173,170); }
td.TdClassName
{
border-color: #4AADAA;
}
.TagClassName
{
border-color: #4AADAA;
}
</style>