Shades of Puerto Rico #4BAFA8
Tints of Puerto Rico #4BAFA8
RGB
CMYK
RGB Variations
Color information
#4BAFA8 (or 0x4BAFA8) is known color: Puerto Rico. HEX triplet: 4B, AF and A8. RGB value is (75,175,168). Sum of RGB (Red+Green+Blue) = 75+175+168=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAFA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAFA8 is #B45057. Grayscale: #909090. Windows color (decimal): -11817048 or 11054923. OLE color: 11054923.
HSL color Cylindrical-coordinate representation of color #4BAFA8: hue angle of 175.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAFA8 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 175 | 168 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.31 |
| HSL | 175.8º | 0.4% | 0.49% | - |
| HSV(B) | 175.8º | 0.57% | 0.69% | - |
| XYZ | 25.3 | 34.98 | 42.46 | - |
| YUV | 144.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 168 | 0.57 | 0 | 0.04 | 0.31 | 175.8 | 0.4 | 0.49 |
| Hex | 4B | AF | A8 | 39 | 0 | 4 | 1F | B0 | 28 | 31 |
| Octal | 113 | 257 | 250 | 71 | 0 | 4 | 37 | 260 | 50 | 61 |
| Binary | 1001011 | 10101111 | 10101000 | 111001 | 0 | 100 | 11111 | 10110000 | 101000 | 110001 |
Color Harmonies of #4BAFA8
Complementary color
Monochromatic Colors of #4BAFA8
Black with #4BAFA8
Text Example
Text Example
White with #4BAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAFA8; }
p { color: rgb(75,175,168); }
H1.HeaderClassName
{
color: #4BAFA8;
}
.AnyTagClassName
{
color: #4BAFA8;
}
</style>
background-color css
<style>
a { background-color: #4BAFA8; }
a { background-color: rgb(75,175,168); }
div.DivClassName
{
background-color: #4BAFA8;
}
.BgClassName
{
background-color: #4BAFA8;
}
</style>
border-color css
<style>
span { border-color: #4BAFA8; }
span { border-color: rgb(75,175,168); }
td.TdClassName
{
border-color: #4BAFA8;
}
.TagClassName
{
border-color: #4BAFA8;
}
</style>