Shades of Puerto Rico #4AC5AC
Tints of Puerto Rico #4AC5AC
RGB
CMYK
RGB Variations
Color information
#4AC5AC (or 0x4AC5AC) is known color: Puerto Rico. HEX triplet: 4A, C5 and AC. RGB value is (74,197,172). Sum of RGB (Red+Green+Blue) = 74+197+172=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC5AC is #B53A53. Grayscale: #9D9D9D. Windows color (decimal): -11876948 or 11322698. OLE color: 11322698.
HSL color Cylindrical-coordinate representation of color #4AC5AC: hue angle of 167.8º 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 #4AC5AC is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 172 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.23 |
| HSL | 167.8º | 0.51% | 0.53% | - |
| HSV(B) | 167.8º | 0.62% | 0.77% | - |
| XYZ | 30.24 | 44.37 | 46 | - |
| YUV | 157.37 | 136.25 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 172 | 0.62 | 0 | 0.13 | 0.23 | 167.8 | 0.51 | 0.53 |
| Hex | 4A | C5 | AC | 3E | 0 | D | 17 | A8 | 33 | 35 |
| Octal | 112 | 305 | 254 | 76 | 0 | 15 | 27 | 250 | 63 | 65 |
| Binary | 1001010 | 11000101 | 10101100 | 111110 | 0 | 1101 | 10111 | 10101000 | 110011 | 110101 |
Color Harmonies of #4AC5AC
Complementary color
Monochromatic Colors of #4AC5AC
Black with #4AC5AC
Text Example
Text Example
White with #4AC5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC5AC; }
p { color: rgb(74,197,172); }
H1.HeaderClassName
{
color: #4AC5AC;
}
.AnyTagClassName
{
color: #4AC5AC;
}
</style>
background-color css
<style>
a { background-color: #4AC5AC; }
a { background-color: rgb(74,197,172); }
div.DivClassName
{
background-color: #4AC5AC;
}
.BgClassName
{
background-color: #4AC5AC;
}
</style>
border-color css
<style>
span { border-color: #4AC5AC; }
span { border-color: rgb(74,197,172); }
td.TdClassName
{
border-color: #4AC5AC;
}
.TagClassName
{
border-color: #4AC5AC;
}
</style>