Shades of Puerto Rico #4BC8AB
Tints of Puerto Rico #4BC8AB
RGB
CMYK
RGB Variations
Color information
#4BC8AB (or 0x4BC8AB) is known color: Puerto Rico. HEX triplet: 4B, C8 and AB. RGB value is (75,200,171). Sum of RGB (Red+Green+Blue) = 75+200+171=446 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.82% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC8AB is #B43754. Grayscale: #9F9F9F. Windows color (decimal): -11810645 or 11257931. OLE color: 11257931.
HSL color Cylindrical-coordinate representation of color #4BC8AB: hue angle of 166.08º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC8AB is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 171 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.22 |
| HSL | 166.08º | 0.53% | 0.54% | - |
| HSV(B) | 166.08º | 0.63% | 0.78% | - |
| XYZ | 30.91 | 45.74 | 45.73 | - |
| YUV | 159.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 171 | 0.62 | 0 | 0.14 | 0.22 | 166.08 | 0.53 | 0.54 |
| Hex | 4B | C8 | AB | 3E | 0 | E | 16 | A6 | 35 | 36 |
| Octal | 113 | 310 | 253 | 76 | 0 | 16 | 26 | 246 | 65 | 66 |
| Binary | 1001011 | 11001000 | 10101011 | 111110 | 0 | 1110 | 10110 | 10100110 | 110101 | 110110 |
Color Harmonies of #4BC8AB
Complementary color
Monochromatic Colors of #4BC8AB
Black with #4BC8AB
Text Example
Text Example
White with #4BC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC8AB; }
p { color: rgb(75,200,171); }
H1.HeaderClassName
{
color: #4BC8AB;
}
.AnyTagClassName
{
color: #4BC8AB;
}
</style>
background-color css
<style>
a { background-color: #4BC8AB; }
a { background-color: rgb(75,200,171); }
div.DivClassName
{
background-color: #4BC8AB;
}
.BgClassName
{
background-color: #4BC8AB;
}
</style>
border-color css
<style>
span { border-color: #4BC8AB; }
span { border-color: rgb(75,200,171); }
td.TdClassName
{
border-color: #4BC8AB;
}
.TagClassName
{
border-color: #4BC8AB;
}
</style>