Shades of Puerto Rico #4BC8A1
Tints of Puerto Rico #4BC8A1
RGB
CMYK
RGB Variations
Color information
#4BC8A1 (or 0x4BC8A1) is known color: Puerto Rico. HEX triplet: 4B, C8 and A1. RGB value is (75,200,161). Sum of RGB (Red+Green+Blue) = 75+200+161=436 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.20% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC8A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC8A1 is #B4375E. Grayscale: #9E9E9E. Windows color (decimal): -11810655 or 10602571. OLE color: 10602571.
HSL color Cylindrical-coordinate representation of color #4BC8A1: hue angle of 161.28º 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 #4BC8A1 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 161 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.22 |
| HSL | 161.28º | 0.53% | 0.54% | - |
| HSV(B) | 161.28º | 0.63% | 0.78% | - |
| XYZ | 29.99 | 45.38 | 40.9 | - |
| YUV | 158.18 | 129.59 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 161 | 0.62 | 0 | 0.19 | 0.22 | 161.28 | 0.53 | 0.54 |
| Hex | 4B | C8 | A1 | 3E | 0 | 13 | 16 | A1 | 35 | 36 |
| Octal | 113 | 310 | 241 | 76 | 0 | 23 | 26 | 241 | 65 | 66 |
| Binary | 1001011 | 11001000 | 10100001 | 111110 | 0 | 10011 | 10110 | 10100001 | 110101 | 110110 |
Color Harmonies of #4BC8A1
Complementary color
Monochromatic Colors of #4BC8A1
Black with #4BC8A1
Text Example
Text Example
White with #4BC8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC8A1; }
p { color: rgb(75,200,161); }
H1.HeaderClassName
{
color: #4BC8A1;
}
.AnyTagClassName
{
color: #4BC8A1;
}
</style>
background-color css
<style>
a { background-color: #4BC8A1; }
a { background-color: rgb(75,200,161); }
div.DivClassName
{
background-color: #4BC8A1;
}
.BgClassName
{
background-color: #4BC8A1;
}
</style>
border-color css
<style>
span { border-color: #4BC8A1; }
span { border-color: rgb(75,200,161); }
td.TdClassName
{
border-color: #4BC8A1;
}
.TagClassName
{
border-color: #4BC8A1;
}
</style>