Shades of Puerto Rico #4ABCA3
Tints of Puerto Rico #4ABCA3
RGB
CMYK
RGB Variations
Color information
#4ABCA3 (or 0x4ABCA3) is known color: Puerto Rico. HEX triplet: 4A, BC and A3. RGB value is (74,188,163). Sum of RGB (Red+Green+Blue) = 74+188+163=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABCA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABCA3 is #B5435C. Grayscale: #979797. Windows color (decimal): -11879261 or 10730570. OLE color: 10730570.
HSL color Cylindrical-coordinate representation of color #4ABCA3: hue angle of 166.84º 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 #4ABCA3 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 163 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.26 |
| HSL | 166.84º | 0.46% | 0.51% | - |
| HSV(B) | 166.84º | 0.61% | 0.74% | - |
| XYZ | 27.42 | 40.07 | 40.94 | - |
| YUV | 151.06 | 134.73 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 163 | 0.61 | 0 | 0.13 | 0.26 | 166.84 | 0.46 | 0.51 |
| Hex | 4A | BC | A3 | 3D | 0 | D | 1A | A7 | 2E | 33 |
| Octal | 112 | 274 | 243 | 75 | 0 | 15 | 32 | 247 | 56 | 63 |
| Binary | 1001010 | 10111100 | 10100011 | 111101 | 0 | 1101 | 11010 | 10100111 | 101110 | 110011 |
Color Harmonies of #4ABCA3
Complementary color
Monochromatic Colors of #4ABCA3
Black with #4ABCA3
Text Example
Text Example
White with #4ABCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCA3; }
p { color: rgb(74,188,163); }
H1.HeaderClassName
{
color: #4ABCA3;
}
.AnyTagClassName
{
color: #4ABCA3;
}
</style>
background-color css
<style>
a { background-color: #4ABCA3; }
a { background-color: rgb(74,188,163); }
div.DivClassName
{
background-color: #4ABCA3;
}
.BgClassName
{
background-color: #4ABCA3;
}
</style>
border-color css
<style>
span { border-color: #4ABCA3; }
span { border-color: rgb(74,188,163); }
td.TdClassName
{
border-color: #4ABCA3;
}
.TagClassName
{
border-color: #4ABCA3;
}
</style>