Shades of Puerto Rico #4AC5AF
Tints of Puerto Rico #4AC5AF
RGB
CMYK
RGB Variations
Color information
#4AC5AF (or 0x4AC5AF) is known color: Puerto Rico. HEX triplet: 4A, C5 and AF. RGB value is (74,197,175). Sum of RGB (Red+Green+Blue) = 74+197+175=446 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.59% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC5AF is #B53A50. Grayscale: #9D9D9D. Windows color (decimal): -11876945 or 11519306. OLE color: 11519306.
HSL color Cylindrical-coordinate representation of color #4AC5AF: hue angle of 169.27º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC5AF is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 175 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.23 |
| HSL | 169.27º | 0.51% | 0.53% | - |
| HSV(B) | 169.27º | 0.62% | 0.77% | - |
| XYZ | 30.53 | 44.48 | 47.53 | - |
| YUV | 157.72 | 137.75 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 175 | 0.62 | 0 | 0.11 | 0.23 | 169.27 | 0.51 | 0.53 |
| Hex | 4A | C5 | AF | 3E | 0 | B | 17 | A9 | 33 | 35 |
| Octal | 112 | 305 | 257 | 76 | 0 | 13 | 27 | 251 | 63 | 65 |
| Binary | 1001010 | 11000101 | 10101111 | 111110 | 0 | 1011 | 10111 | 10101001 | 110011 | 110101 |
Color Harmonies of #4AC5AF
Complementary color
Monochromatic Colors of #4AC5AF
Black with #4AC5AF
Text Example
Text Example
White with #4AC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC5AF; }
p { color: rgb(74,197,175); }
H1.HeaderClassName
{
color: #4AC5AF;
}
.AnyTagClassName
{
color: #4AC5AF;
}
</style>
background-color css
<style>
a { background-color: #4AC5AF; }
a { background-color: rgb(74,197,175); }
div.DivClassName
{
background-color: #4AC5AF;
}
.BgClassName
{
background-color: #4AC5AF;
}
</style>
border-color css
<style>
span { border-color: #4AC5AF; }
span { border-color: rgb(74,197,175); }
td.TdClassName
{
border-color: #4AC5AF;
}
.TagClassName
{
border-color: #4AC5AF;
}
</style>