Shades of Puerto Rico #4ABAA4
Tints of Puerto Rico #4ABAA4
RGB
CMYK
RGB Variations
Color information
#4ABAA4 (or 0x4ABAA4) is known color: Puerto Rico. HEX triplet: 4A, BA and A4. RGB value is (74,186,164). Sum of RGB (Red+Green+Blue) = 74+186+164=424 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.45% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABAA4 is #B5455B. Grayscale: #959595. Windows color (decimal): -11879772 or 10795594. OLE color: 10795594.
HSL color Cylindrical-coordinate representation of color #4ABAA4: hue angle of 168.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABAA4 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 186 | 164 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.27 |
| HSL | 168.21º | 0.45% | 0.51% | - |
| HSV(B) | 168.21º | 0.6% | 0.73% | - |
| XYZ | 27.08 | 39.25 | 41.27 | - |
| YUV | 150 | 135.89 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 164 | 0.60 | 0 | 0.12 | 0.27 | 168.21 | 0.45 | 0.51 |
| Hex | 4A | BA | A4 | 3C | 0 | C | 1B | A8 | 2D | 33 |
| Octal | 112 | 272 | 244 | 74 | 0 | 14 | 33 | 250 | 55 | 63 |
| Binary | 1001010 | 10111010 | 10100100 | 111100 | 0 | 1100 | 11011 | 10101000 | 101101 | 110011 |
Color Harmonies of #4ABAA4
Complementary color
Monochromatic Colors of #4ABAA4
Black with #4ABAA4
Text Example
Text Example
White with #4ABAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABAA4; }
p { color: rgb(74,186,164); }
H1.HeaderClassName
{
color: #4ABAA4;
}
.AnyTagClassName
{
color: #4ABAA4;
}
</style>
background-color css
<style>
a { background-color: #4ABAA4; }
a { background-color: rgb(74,186,164); }
div.DivClassName
{
background-color: #4ABAA4;
}
.BgClassName
{
background-color: #4ABAA4;
}
</style>
border-color css
<style>
span { border-color: #4ABAA4; }
span { border-color: rgb(74,186,164); }
td.TdClassName
{
border-color: #4ABAA4;
}
.TagClassName
{
border-color: #4ABAA4;
}
</style>