Shades of Puerto Rico #4BADA7
Tints of Puerto Rico #4BADA7
RGB
CMYK
RGB Variations
Color information
#4BADA7 (or 0x4BADA7) is known color: Puerto Rico. HEX triplet: 4B, AD and A7. RGB value is (75,173,167). Sum of RGB (Red+Green+Blue) = 75+173+167=415 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.07% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #4BADA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BADA7 is #B45258. Grayscale: #8E8E8E. Windows color (decimal): -11817561 or 10988875. OLE color: 10988875.
HSL color Cylindrical-coordinate representation of color #4BADA7: hue angle of 176.33º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BADA7 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 173 | 167 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.32 |
| HSL | 176.33º | 0.4% | 0.49% | - |
| HSV(B) | 176.33º | 0.57% | 0.68% | - |
| XYZ | 24.82 | 34.17 | 41.85 | - |
| YUV | 143.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 167 | 0.57 | 0 | 0.03 | 0.32 | 176.33 | 0.4 | 0.49 |
| Hex | 4B | AD | A7 | 39 | 0 | 3 | 20 | B0 | 28 | 31 |
| Octal | 113 | 255 | 247 | 71 | 0 | 3 | 40 | 260 | 50 | 61 |
| Binary | 1001011 | 10101101 | 10100111 | 111001 | 0 | 11 | 100000 | 10110000 | 101000 | 110001 |
Color Harmonies of #4BADA7
Complementary color
Monochromatic Colors of #4BADA7
Black with #4BADA7
Text Example
Text Example
White with #4BADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BADA7; }
p { color: rgb(75,173,167); }
H1.HeaderClassName
{
color: #4BADA7;
}
.AnyTagClassName
{
color: #4BADA7;
}
</style>
background-color css
<style>
a { background-color: #4BADA7; }
a { background-color: rgb(75,173,167); }
div.DivClassName
{
background-color: #4BADA7;
}
.BgClassName
{
background-color: #4BADA7;
}
</style>
border-color css
<style>
span { border-color: #4BADA7; }
span { border-color: rgb(75,173,167); }
td.TdClassName
{
border-color: #4BADA7;
}
.TagClassName
{
border-color: #4BADA7;
}
</style>