Shades of Puerto Rico #4BC4AC
Tints of Puerto Rico #4BC4AC
RGB
CMYK
RGB Variations
Color information
#4BC4AC (or 0x4BC4AC) is known color: Puerto Rico. HEX triplet: 4B, C4 and AC. RGB value is (75,196,172). Sum of RGB (Red+Green+Blue) = 75+196+172=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 196 - color contains mainly: green. Hex color #4BC4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC4AC is #B43B53. Grayscale: #9D9D9D. Windows color (decimal): -11811668 or 11322443. OLE color: 11322443.
HSL color Cylindrical-coordinate representation of color #4BC4AC: hue angle of 168.1º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC4AC is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 196 | 172 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.23 |
| HSL | 168.1º | 0.51% | 0.53% | - |
| HSV(B) | 168.1º | 0.62% | 0.77% | - |
| XYZ | 30.09 | 43.95 | 45.93 | - |
| YUV | 157.09 | 136.41 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 196 | 172 | 0.62 | 0 | 0.12 | 0.23 | 168.1 | 0.51 | 0.53 |
| Hex | 4B | C4 | AC | 3E | 0 | C | 17 | A8 | 33 | 35 |
| Octal | 113 | 304 | 254 | 76 | 0 | 14 | 27 | 250 | 63 | 65 |
| Binary | 1001011 | 11000100 | 10101100 | 111110 | 0 | 1100 | 10111 | 10101000 | 110011 | 110101 |
Color Harmonies of #4BC4AC
Complementary color
Monochromatic Colors of #4BC4AC
Black with #4BC4AC
Text Example
Text Example
White with #4BC4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC4AC; }
p { color: rgb(75,196,172); }
H1.HeaderClassName
{
color: #4BC4AC;
}
.AnyTagClassName
{
color: #4BC4AC;
}
</style>
background-color css
<style>
a { background-color: #4BC4AC; }
a { background-color: rgb(75,196,172); }
div.DivClassName
{
background-color: #4BC4AC;
}
.BgClassName
{
background-color: #4BC4AC;
}
</style>
border-color css
<style>
span { border-color: #4BC4AC; }
span { border-color: rgb(75,196,172); }
td.TdClassName
{
border-color: #4BC4AC;
}
.TagClassName
{
border-color: #4BC4AC;
}
</style>