Shades of Puerto Rico #4ACAA2
Tints of Puerto Rico #4ACAA2
RGB
CMYK
RGB Variations
Color information
#4ACAA2 (or 0x4ACAA2) is known color: Puerto Rico. HEX triplet: 4A, CA and A2. RGB value is (74,202,162). Sum of RGB (Red+Green+Blue) = 74+202+162=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACAA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACAA2 is #B5355D. Grayscale: #9F9F9F. Windows color (decimal): -11875678 or 10668618. OLE color: 10668618.
HSL color Cylindrical-coordinate representation of color #4ACAA2: hue angle of 161.25º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ACAA2 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 202 | 162 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.21 |
| HSL | 161.25º | 0.55% | 0.54% | - |
| HSV(B) | 161.25º | 0.63% | 0.79% | - |
| XYZ | 30.47 | 46.31 | 41.51 | - |
| YUV | 159.17 | 129.59 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 202 | 162 | 0.63 | 0 | 0.20 | 0.21 | 161.25 | 0.55 | 0.54 |
| Hex | 4A | CA | A2 | 3F | 0 | 14 | 15 | A1 | 37 | 36 |
| Octal | 112 | 312 | 242 | 77 | 0 | 24 | 25 | 241 | 67 | 66 |
| Binary | 1001010 | 11001010 | 10100010 | 111111 | 0 | 10100 | 10101 | 10100001 | 110111 | 110110 |
Color Harmonies of #4ACAA2
Complementary color
Monochromatic Colors of #4ACAA2
Black with #4ACAA2
Text Example
Text Example
White with #4ACAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACAA2; }
p { color: rgb(74,202,162); }
H1.HeaderClassName
{
color: #4ACAA2;
}
.AnyTagClassName
{
color: #4ACAA2;
}
</style>
background-color css
<style>
a { background-color: #4ACAA2; }
a { background-color: rgb(74,202,162); }
div.DivClassName
{
background-color: #4ACAA2;
}
.BgClassName
{
background-color: #4ACAA2;
}
</style>
border-color css
<style>
span { border-color: #4ACAA2; }
span { border-color: rgb(74,202,162); }
td.TdClassName
{
border-color: #4ACAA2;
}
.TagClassName
{
border-color: #4ACAA2;
}
</style>