Shades of Puerto Rico #4AB0A0
Tints of Puerto Rico #4AB0A0
RGB
CMYK
RGB Variations
Color information
#4AB0A0 (or 0x4AB0A0) is known color: Puerto Rico. HEX triplet: 4A, B0 and A0. RGB value is (74,176,160). Sum of RGB (Red+Green+Blue) = 74+176+160=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB0A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB0A0 is #B54F5F. Grayscale: #8F8F8F. Windows color (decimal): -11882336 or 10530890. OLE color: 10530890.
HSL color Cylindrical-coordinate representation of color #4AB0A0: hue angle of 170.59º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB0A0 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 176 | 160 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.31 |
| HSL | 170.59º | 0.41% | 0.49% | - |
| HSV(B) | 170.59º | 0.58% | 0.69% | - |
| XYZ | 24.69 | 35.04 | 38.72 | - |
| YUV | 143.68 | 137.21 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 160 | 0.58 | 0 | 0.09 | 0.31 | 170.59 | 0.41 | 0.49 |
| Hex | 4A | B0 | A0 | 3A | 0 | 9 | 1F | AB | 29 | 31 |
| Octal | 112 | 260 | 240 | 72 | 0 | 11 | 37 | 253 | 51 | 61 |
| Binary | 1001010 | 10110000 | 10100000 | 111010 | 0 | 1001 | 11111 | 10101011 | 101001 | 110001 |
Color Harmonies of #4AB0A0
Complementary color
Monochromatic Colors of #4AB0A0
Black with #4AB0A0
Text Example
Text Example
White with #4AB0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB0A0; }
p { color: rgb(74,176,160); }
H1.HeaderClassName
{
color: #4AB0A0;
}
.AnyTagClassName
{
color: #4AB0A0;
}
</style>
background-color css
<style>
a { background-color: #4AB0A0; }
a { background-color: rgb(74,176,160); }
div.DivClassName
{
background-color: #4AB0A0;
}
.BgClassName
{
background-color: #4AB0A0;
}
</style>
border-color css
<style>
span { border-color: #4AB0A0; }
span { border-color: rgb(74,176,160); }
td.TdClassName
{
border-color: #4AB0A0;
}
.TagClassName
{
border-color: #4AB0A0;
}
</style>