Shades of Puerto Rico #4AC7A6
Tints of Puerto Rico #4AC7A6
RGB
CMYK
RGB Variations
Color information
#4AC7A6 (or 0x4AC7A6) is known color: Puerto Rico. HEX triplet: 4A, C7 and A6. RGB value is (74,199,166). Sum of RGB (Red+Green+Blue) = 74+199+166=439 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.86% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC7A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC7A6 is #B53859. Grayscale: #9D9D9D. Windows color (decimal): -11876442 or 10929994. OLE color: 10929994.
HSL color Cylindrical-coordinate representation of color #4AC7A6: hue angle of 164.16º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC7A6 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 199 | 166 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.22 |
| HSL | 164.16º | 0.53% | 0.54% | - |
| HSV(B) | 164.16º | 0.63% | 0.78% | - |
| XYZ | 30.13 | 45.06 | 43.19 | - |
| YUV | 157.86 | 132.59 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 199 | 166 | 0.63 | 0 | 0.17 | 0.22 | 164.16 | 0.53 | 0.54 |
| Hex | 4A | C7 | A6 | 3F | 0 | 11 | 16 | A4 | 35 | 36 |
| Octal | 112 | 307 | 246 | 77 | 0 | 21 | 26 | 244 | 65 | 66 |
| Binary | 1001010 | 11000111 | 10100110 | 111111 | 0 | 10001 | 10110 | 10100100 | 110101 | 110110 |
Color Harmonies of #4AC7A6
Complementary color
Monochromatic Colors of #4AC7A6
Black with #4AC7A6
Text Example
Text Example
White with #4AC7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC7A6; }
p { color: rgb(74,199,166); }
H1.HeaderClassName
{
color: #4AC7A6;
}
.AnyTagClassName
{
color: #4AC7A6;
}
</style>
background-color css
<style>
a { background-color: #4AC7A6; }
a { background-color: rgb(74,199,166); }
div.DivClassName
{
background-color: #4AC7A6;
}
.BgClassName
{
background-color: #4AC7A6;
}
</style>
border-color css
<style>
span { border-color: #4AC7A6; }
span { border-color: rgb(74,199,166); }
td.TdClassName
{
border-color: #4AC7A6;
}
.TagClassName
{
border-color: #4AC7A6;
}
</style>