Shades of Puerto Rico #4BAFA6
Tints of Puerto Rico #4BAFA6
RGB
CMYK
RGB Variations
Color information
#4BAFA6 (or 0x4BAFA6) is known color: Puerto Rico. HEX triplet: 4B, AF and A6. RGB value is (75,175,166). Sum of RGB (Red+Green+Blue) = 75+175+166=416 (55% of max value = 765). Red value is 75 (29.69% from 255 or 18.03% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAFA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAFA6 is #B45059. Grayscale: #909090. Windows color (decimal): -11817050 or 10923851. OLE color: 10923851.
HSL color Cylindrical-coordinate representation of color #4BAFA6: hue angle of 174.6º 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 #4BAFA6 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 175 | 166 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.31 |
| HSL | 174.6º | 0.4% | 0.49% | - |
| HSV(B) | 174.6º | 0.57% | 0.69% | - |
| XYZ | 25.11 | 34.91 | 41.49 | - |
| YUV | 144.07 | 140.37 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 166 | 0.57 | 0 | 0.05 | 0.31 | 174.6 | 0.4 | 0.49 |
| Hex | 4B | AF | A6 | 39 | 0 | 5 | 1F | AF | 28 | 31 |
| Octal | 113 | 257 | 246 | 71 | 0 | 5 | 37 | 257 | 50 | 61 |
| Binary | 1001011 | 10101111 | 10100110 | 111001 | 0 | 101 | 11111 | 10101111 | 101000 | 110001 |
Color Harmonies of #4BAFA6
Complementary color
Monochromatic Colors of #4BAFA6
Black with #4BAFA6
Text Example
Text Example
White with #4BAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAFA6; }
p { color: rgb(75,175,166); }
H1.HeaderClassName
{
color: #4BAFA6;
}
.AnyTagClassName
{
color: #4BAFA6;
}
</style>
background-color css
<style>
a { background-color: #4BAFA6; }
a { background-color: rgb(75,175,166); }
div.DivClassName
{
background-color: #4BAFA6;
}
.BgClassName
{
background-color: #4BAFA6;
}
</style>
border-color css
<style>
span { border-color: #4BAFA6; }
span { border-color: rgb(75,175,166); }
td.TdClassName
{
border-color: #4BAFA6;
}
.TagClassName
{
border-color: #4BAFA6;
}
</style>