Shades of Puerto Rico #4ACAB2
Tints of Puerto Rico #4ACAB2
RGB
CMYK
RGB Variations
Color information
#4ACAB2 (or 0x4ACAB2) is known color: Puerto Rico. HEX triplet: 4A, CA and B2. RGB value is (74,202,178). Sum of RGB (Red+Green+Blue) = 74+202+178=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACAB2 is #B5354D. Grayscale: #A0A0A0. Windows color (decimal): -11875662 or 11717194. OLE color: 11717194.
HSL color Cylindrical-coordinate representation of color #4ACAB2: hue angle of 168.75º 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 #4ACAB2 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 202 | 178 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.21 |
| HSL | 168.75º | 0.55% | 0.54% | - |
| HSV(B) | 168.75º | 0.63% | 0.79% | - |
| XYZ | 31.98 | 46.91 | 49.49 | - |
| YUV | 160.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 202 | 178 | 0.63 | 0 | 0.12 | 0.21 | 168.75 | 0.55 | 0.54 |
| Hex | 4A | CA | B2 | 3F | 0 | C | 15 | A9 | 37 | 36 |
| Octal | 112 | 312 | 262 | 77 | 0 | 14 | 25 | 251 | 67 | 66 |
| Binary | 1001010 | 11001010 | 10110010 | 111111 | 0 | 1100 | 10101 | 10101001 | 110111 | 110110 |
Color Harmonies of #4ACAB2
Complementary color
Monochromatic Colors of #4ACAB2
Black with #4ACAB2
Text Example
Text Example
White with #4ACAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACAB2; }
p { color: rgb(74,202,178); }
H1.HeaderClassName
{
color: #4ACAB2;
}
.AnyTagClassName
{
color: #4ACAB2;
}
</style>
background-color css
<style>
a { background-color: #4ACAB2; }
a { background-color: rgb(74,202,178); }
div.DivClassName
{
background-color: #4ACAB2;
}
.BgClassName
{
background-color: #4ACAB2;
}
</style>
border-color css
<style>
span { border-color: #4ACAB2; }
span { border-color: rgb(74,202,178); }
td.TdClassName
{
border-color: #4ACAB2;
}
.TagClassName
{
border-color: #4ACAB2;
}
</style>