Shades of Puerto Rico #4ABCAB
Tints of Puerto Rico #4ABCAB
RGB
CMYK
RGB Variations
Color information
#4ABCAB (or 0x4ABCAB) is known color: Puerto Rico. HEX triplet: 4A, BC and AB. RGB value is (74,188,171). Sum of RGB (Red+Green+Blue) = 74+188+171=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABCAB is #B54354. Grayscale: #979797. Windows color (decimal): -11879253 or 11254858. OLE color: 11254858.
HSL color Cylindrical-coordinate representation of color #4ABCAB: hue angle of 171.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABCAB is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 171 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.26 |
| HSL | 171.05º | 0.46% | 0.51% | - |
| HSV(B) | 171.05º | 0.61% | 0.74% | - |
| XYZ | 28.16 | 40.36 | 44.83 | - |
| YUV | 151.98 | 138.73 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 171 | 0.61 | 0 | 0.09 | 0.26 | 171.05 | 0.46 | 0.51 |
| Hex | 4A | BC | AB | 3D | 0 | 9 | 1A | AB | 2E | 33 |
| Octal | 112 | 274 | 253 | 75 | 0 | 11 | 32 | 253 | 56 | 63 |
| Binary | 1001010 | 10111100 | 10101011 | 111101 | 0 | 1001 | 11010 | 10101011 | 101110 | 110011 |
Color Harmonies of #4ABCAB
Complementary color
Monochromatic Colors of #4ABCAB
Black with #4ABCAB
Text Example
Text Example
White with #4ABCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCAB; }
p { color: rgb(74,188,171); }
H1.HeaderClassName
{
color: #4ABCAB;
}
.AnyTagClassName
{
color: #4ABCAB;
}
</style>
background-color css
<style>
a { background-color: #4ABCAB; }
a { background-color: rgb(74,188,171); }
div.DivClassName
{
background-color: #4ABCAB;
}
.BgClassName
{
background-color: #4ABCAB;
}
</style>
border-color css
<style>
span { border-color: #4ABCAB; }
span { border-color: rgb(74,188,171); }
td.TdClassName
{
border-color: #4ABCAB;
}
.TagClassName
{
border-color: #4ABCAB;
}
</style>