Shades of Puerto Rico #4BBEA3
Tints of Puerto Rico #4BBEA3
RGB
CMYK
RGB Variations
Color information
#4BBEA3 (or 0x4BBEA3) is known color: Puerto Rico. HEX triplet: 4B, BE and A3. RGB value is (75,190,163). Sum of RGB (Red+Green+Blue) = 75+190+163=428 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.52% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBEA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBEA3 is #B4415C. Grayscale: #989898. Windows color (decimal): -11813213 or 10731083. OLE color: 10731083.
HSL color Cylindrical-coordinate representation of color #4BBEA3: hue angle of 165.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBEA3 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 190 | 163 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.25 |
| HSL | 165.91º | 0.47% | 0.52% | - |
| HSV(B) | 165.91º | 0.61% | 0.75% | - |
| XYZ | 27.93 | 40.97 | 41.09 | - |
| YUV | 152.54 | 133.9 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 190 | 163 | 0.61 | 0 | 0.14 | 0.25 | 165.91 | 0.47 | 0.52 |
| Hex | 4B | BE | A3 | 3D | 0 | E | 19 | A6 | 2F | 34 |
| Octal | 113 | 276 | 243 | 75 | 0 | 16 | 31 | 246 | 57 | 64 |
| Binary | 1001011 | 10111110 | 10100011 | 111101 | 0 | 1110 | 11001 | 10100110 | 101111 | 110100 |
Color Harmonies of #4BBEA3
Complementary color
Monochromatic Colors of #4BBEA3
Black with #4BBEA3
Text Example
Text Example
White with #4BBEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBEA3; }
p { color: rgb(75,190,163); }
H1.HeaderClassName
{
color: #4BBEA3;
}
.AnyTagClassName
{
color: #4BBEA3;
}
</style>
background-color css
<style>
a { background-color: #4BBEA3; }
a { background-color: rgb(75,190,163); }
div.DivClassName
{
background-color: #4BBEA3;
}
.BgClassName
{
background-color: #4BBEA3;
}
</style>
border-color css
<style>
span { border-color: #4BBEA3; }
span { border-color: rgb(75,190,163); }
td.TdClassName
{
border-color: #4BBEA3;
}
.TagClassName
{
border-color: #4BBEA3;
}
</style>