Shades of Puerto Rico #4AC3A0
Tints of Puerto Rico #4AC3A0
RGB
CMYK
RGB Variations
Color information
#4AC3A0 (or 0x4AC3A0) is known color: Puerto Rico. HEX triplet: 4A, C3 and A0. RGB value is (74,195,160). Sum of RGB (Red+Green+Blue) = 74+195+160=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC3A0 is #B53C5F. Grayscale: #9A9A9A. Windows color (decimal): -11877472 or 10535754. OLE color: 10535754.
HSL color Cylindrical-coordinate representation of color #4AC3A0: hue angle of 162.64º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC3A0 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 160 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.24 |
| HSL | 162.64º | 0.5% | 0.53% | - |
| HSV(B) | 162.64º | 0.62% | 0.76% | - |
| XYZ | 28.68 | 43.02 | 40.05 | - |
| YUV | 154.83 | 130.91 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 160 | 0.62 | 0 | 0.18 | 0.24 | 162.64 | 0.5 | 0.53 |
| Hex | 4A | C3 | A0 | 3E | 0 | 12 | 18 | A3 | 32 | 35 |
| Octal | 112 | 303 | 240 | 76 | 0 | 22 | 30 | 243 | 62 | 65 |
| Binary | 1001010 | 11000011 | 10100000 | 111110 | 0 | 10010 | 11000 | 10100011 | 110010 | 110101 |
Color Harmonies of #4AC3A0
Complementary color
Monochromatic Colors of #4AC3A0
Black with #4AC3A0
Text Example
Text Example
White with #4AC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC3A0; }
p { color: rgb(74,195,160); }
H1.HeaderClassName
{
color: #4AC3A0;
}
.AnyTagClassName
{
color: #4AC3A0;
}
</style>
background-color css
<style>
a { background-color: #4AC3A0; }
a { background-color: rgb(74,195,160); }
div.DivClassName
{
background-color: #4AC3A0;
}
.BgClassName
{
background-color: #4AC3A0;
}
</style>
border-color css
<style>
span { border-color: #4AC3A0; }
span { border-color: rgb(74,195,160); }
td.TdClassName
{
border-color: #4AC3A0;
}
.TagClassName
{
border-color: #4AC3A0;
}
</style>