Shades of Puerto Rico #4AAFA3
Tints of Puerto Rico #4AAFA3
RGB
CMYK
RGB Variations
Color information
#4AAFA3 (or 0x4AAFA3) is known color: Puerto Rico. HEX triplet: 4A, AF and A3. RGB value is (74,175,163). Sum of RGB (Red+Green+Blue) = 74+175+163=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAFA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAFA3 is #B5505C. Grayscale: #8F8F8F. Windows color (decimal): -11882589 or 10727242. OLE color: 10727242.
HSL color Cylindrical-coordinate representation of color #4AAFA3: hue angle of 172.87º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAFA3 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 163 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.31 |
| HSL | 172.87º | 0.41% | 0.49% | - |
| HSV(B) | 172.87º | 0.58% | 0.69% | - |
| XYZ | 24.76 | 34.76 | 40.05 | - |
| YUV | 143.43 | 139.04 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 163 | 0.58 | 0 | 0.07 | 0.31 | 172.87 | 0.41 | 0.49 |
| Hex | 4A | AF | A3 | 3A | 0 | 7 | 1F | AD | 29 | 31 |
| Octal | 112 | 257 | 243 | 72 | 0 | 7 | 37 | 255 | 51 | 61 |
| Binary | 1001010 | 10101111 | 10100011 | 111010 | 0 | 111 | 11111 | 10101101 | 101001 | 110001 |
Color Harmonies of #4AAFA3
Complementary color
Monochromatic Colors of #4AAFA3
Black with #4AAFA3
Text Example
Text Example
White with #4AAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAFA3; }
p { color: rgb(74,175,163); }
H1.HeaderClassName
{
color: #4AAFA3;
}
.AnyTagClassName
{
color: #4AAFA3;
}
</style>
background-color css
<style>
a { background-color: #4AAFA3; }
a { background-color: rgb(74,175,163); }
div.DivClassName
{
background-color: #4AAFA3;
}
.BgClassName
{
background-color: #4AAFA3;
}
</style>
border-color css
<style>
span { border-color: #4AAFA3; }
span { border-color: rgb(74,175,163); }
td.TdClassName
{
border-color: #4AAFA3;
}
.TagClassName
{
border-color: #4AAFA3;
}
</style>