Shades of Puerto Rico #4AB8A1
Tints of Puerto Rico #4AB8A1
RGB
CMYK
RGB Variations
Color information
#4AB8A1 (or 0x4AB8A1) is known color: Puerto Rico. HEX triplet: 4A, B8 and A1. RGB value is (74,184,161). Sum of RGB (Red+Green+Blue) = 74+184+161=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB8A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB8A1 is #B5475E. Grayscale: #949494. Windows color (decimal): -11880287 or 10598474. OLE color: 10598474.
HSL color Cylindrical-coordinate representation of color #4AB8A1: hue angle of 167.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB8A1 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 161 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.28 |
| HSL | 167.45º | 0.44% | 0.51% | - |
| HSV(B) | 167.45º | 0.6% | 0.72% | - |
| XYZ | 26.4 | 38.31 | 39.72 | - |
| YUV | 148.49 | 135.06 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 161 | 0.60 | 0 | 0.12 | 0.28 | 167.45 | 0.44 | 0.51 |
| Hex | 4A | B8 | A1 | 3C | 0 | C | 1C | A7 | 2C | 33 |
| Octal | 112 | 270 | 241 | 74 | 0 | 14 | 34 | 247 | 54 | 63 |
| Binary | 1001010 | 10111000 | 10100001 | 111100 | 0 | 1100 | 11100 | 10100111 | 101100 | 110011 |
Color Harmonies of #4AB8A1
Complementary color
Monochromatic Colors of #4AB8A1
Black with #4AB8A1
Text Example
Text Example
White with #4AB8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB8A1; }
p { color: rgb(74,184,161); }
H1.HeaderClassName
{
color: #4AB8A1;
}
.AnyTagClassName
{
color: #4AB8A1;
}
</style>
background-color css
<style>
a { background-color: #4AB8A1; }
a { background-color: rgb(74,184,161); }
div.DivClassName
{
background-color: #4AB8A1;
}
.BgClassName
{
background-color: #4AB8A1;
}
</style>
border-color css
<style>
span { border-color: #4AB8A1; }
span { border-color: rgb(74,184,161); }
td.TdClassName
{
border-color: #4AB8A1;
}
.TagClassName
{
border-color: #4AB8A1;
}
</style>