Shades of Puerto Rico #4BBFA4
Tints of Puerto Rico #4BBFA4
RGB
CMYK
RGB Variations
Color information
#4BBFA4 (or 0x4BBFA4) is known color: Puerto Rico. HEX triplet: 4B, BF and A4. RGB value is (75,191,164). Sum of RGB (Red+Green+Blue) = 75+191+164=430 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.44% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBFA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBFA4 is #B4405B. Grayscale: #999999. Windows color (decimal): -11812956 or 10796875. OLE color: 10796875.
HSL color Cylindrical-coordinate representation of color #4BBFA4: hue angle of 166.03º degrees, saturation: 0.48, 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 #4BBFA4 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 191 | 164 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.25 |
| HSL | 166.03º | 0.48% | 0.52% | - |
| HSV(B) | 166.03º | 0.61% | 0.75% | - |
| XYZ | 28.23 | 41.44 | 41.63 | - |
| YUV | 153.24 | 134.07 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 191 | 164 | 0.61 | 0 | 0.14 | 0.25 | 166.03 | 0.48 | 0.52 |
| Hex | 4B | BF | A4 | 3D | 0 | E | 19 | A6 | 30 | 34 |
| Octal | 113 | 277 | 244 | 75 | 0 | 16 | 31 | 246 | 60 | 64 |
| Binary | 1001011 | 10111111 | 10100100 | 111101 | 0 | 1110 | 11001 | 10100110 | 110000 | 110100 |
Color Harmonies of #4BBFA4
Complementary color
Monochromatic Colors of #4BBFA4
Black with #4BBFA4
Text Example
Text Example
White with #4BBFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBFA4; }
p { color: rgb(75,191,164); }
H1.HeaderClassName
{
color: #4BBFA4;
}
.AnyTagClassName
{
color: #4BBFA4;
}
</style>
background-color css
<style>
a { background-color: #4BBFA4; }
a { background-color: rgb(75,191,164); }
div.DivClassName
{
background-color: #4BBFA4;
}
.BgClassName
{
background-color: #4BBFA4;
}
</style>
border-color css
<style>
span { border-color: #4BBFA4; }
span { border-color: rgb(75,191,164); }
td.TdClassName
{
border-color: #4BBFA4;
}
.TagClassName
{
border-color: #4BBFA4;
}
</style>