Shades of Puerto Rico #4AC0AA
Tints of Puerto Rico #4AC0AA
RGB
CMYK
RGB Variations
Color information
#4AC0AA (or 0x4AC0AA) is known color: Puerto Rico. HEX triplet: 4A, C0 and AA. RGB value is (74,192,170). Sum of RGB (Red+Green+Blue) = 74+192+170=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC0AA is #B53F55. Grayscale: #9A9A9A. Windows color (decimal): -11878230 or 11190346. OLE color: 11190346.
HSL color Cylindrical-coordinate representation of color #4AC0AA: hue angle of 168.81º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AC0AA is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 192 | 170 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.25 |
| HSL | 168.81º | 0.48% | 0.52% | - |
| HSV(B) | 168.81º | 0.61% | 0.75% | - |
| XYZ | 28.93 | 42.06 | 44.62 | - |
| YUV | 154.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 192 | 170 | 0.61 | 0 | 0.11 | 0.25 | 168.81 | 0.48 | 0.52 |
| Hex | 4A | C0 | AA | 3D | 0 | B | 19 | A9 | 30 | 34 |
| Octal | 112 | 300 | 252 | 75 | 0 | 13 | 31 | 251 | 60 | 64 |
| Binary | 1001010 | 11000000 | 10101010 | 111101 | 0 | 1011 | 11001 | 10101001 | 110000 | 110100 |
Color Harmonies of #4AC0AA
Complementary color
Monochromatic Colors of #4AC0AA
Black with #4AC0AA
Text Example
Text Example
White with #4AC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC0AA; }
p { color: rgb(74,192,170); }
H1.HeaderClassName
{
color: #4AC0AA;
}
.AnyTagClassName
{
color: #4AC0AA;
}
</style>
background-color css
<style>
a { background-color: #4AC0AA; }
a { background-color: rgb(74,192,170); }
div.DivClassName
{
background-color: #4AC0AA;
}
.BgClassName
{
background-color: #4AC0AA;
}
</style>
border-color css
<style>
span { border-color: #4AC0AA; }
span { border-color: rgb(74,192,170); }
td.TdClassName
{
border-color: #4AC0AA;
}
.TagClassName
{
border-color: #4AC0AA;
}
</style>