Shades of Puerto Rico #4BC1AA
Tints of Puerto Rico #4BC1AA
RGB
CMYK
RGB Variations
Color information
#4BC1AA (or 0x4BC1AA) is known color: Puerto Rico. HEX triplet: 4B, C1 and AA. RGB value is (75,193,170). Sum of RGB (Red+Green+Blue) = 75+193+170=438 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.12% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC1AA is #B43E55. Grayscale: #9B9B9B. Windows color (decimal): -11812438 or 11190603. OLE color: 11190603.
HSL color Cylindrical-coordinate representation of color #4BC1AA: hue angle of 168.31º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC1AA is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 193 | 170 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.24 |
| HSL | 168.31º | 0.49% | 0.53% | - |
| HSV(B) | 168.31º | 0.61% | 0.76% | - |
| XYZ | 29.23 | 42.54 | 44.7 | - |
| YUV | 155.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 193 | 170 | 0.61 | 0 | 0.12 | 0.24 | 168.31 | 0.49 | 0.53 |
| Hex | 4B | C1 | AA | 3D | 0 | C | 18 | A8 | 31 | 35 |
| Octal | 113 | 301 | 252 | 75 | 0 | 14 | 30 | 250 | 61 | 65 |
| Binary | 1001011 | 11000001 | 10101010 | 111101 | 0 | 1100 | 11000 | 10101000 | 110001 | 110101 |
Color Harmonies of #4BC1AA
Complementary color
Monochromatic Colors of #4BC1AA
Black with #4BC1AA
Text Example
Text Example
White with #4BC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC1AA; }
p { color: rgb(75,193,170); }
H1.HeaderClassName
{
color: #4BC1AA;
}
.AnyTagClassName
{
color: #4BC1AA;
}
</style>
background-color css
<style>
a { background-color: #4BC1AA; }
a { background-color: rgb(75,193,170); }
div.DivClassName
{
background-color: #4BC1AA;
}
.BgClassName
{
background-color: #4BC1AA;
}
</style>
border-color css
<style>
span { border-color: #4BC1AA; }
span { border-color: rgb(75,193,170); }
td.TdClassName
{
border-color: #4BC1AA;
}
.TagClassName
{
border-color: #4BC1AA;
}
</style>