Shades of Puerto Rico #4BC0A5
Tints of Puerto Rico #4BC0A5
RGB
CMYK
RGB Variations
Color information
#4BC0A5 (or 0x4BC0A5) is known color: Puerto Rico. HEX triplet: 4B, C0 and A5. RGB value is (75,192,165). Sum of RGB (Red+Green+Blue) = 75+192+165=432 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.36% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC0A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC0A5 is #B43F5A. Grayscale: #999999. Windows color (decimal): -11812699 or 10862667. OLE color: 10862667.
HSL color Cylindrical-coordinate representation of color #4BC0A5: hue angle of 166.15º 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 #4BC0A5 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 192 | 165 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.25 |
| HSL | 166.15º | 0.48% | 0.52% | - |
| HSV(B) | 166.15º | 0.61% | 0.75% | - |
| XYZ | 28.54 | 41.91 | 42.18 | - |
| YUV | 153.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 165 | 0.61 | 0 | 0.14 | 0.25 | 166.15 | 0.48 | 0.52 |
| Hex | 4B | C0 | A5 | 3D | 0 | E | 19 | A6 | 30 | 34 |
| Octal | 113 | 300 | 245 | 75 | 0 | 16 | 31 | 246 | 60 | 64 |
| Binary | 1001011 | 11000000 | 10100101 | 111101 | 0 | 1110 | 11001 | 10100110 | 110000 | 110100 |
Color Harmonies of #4BC0A5
Complementary color
Monochromatic Colors of #4BC0A5
Black with #4BC0A5
Text Example
Text Example
White with #4BC0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC0A5; }
p { color: rgb(75,192,165); }
H1.HeaderClassName
{
color: #4BC0A5;
}
.AnyTagClassName
{
color: #4BC0A5;
}
</style>
background-color css
<style>
a { background-color: #4BC0A5; }
a { background-color: rgb(75,192,165); }
div.DivClassName
{
background-color: #4BC0A5;
}
.BgClassName
{
background-color: #4BC0A5;
}
</style>
border-color css
<style>
span { border-color: #4BC0A5; }
span { border-color: rgb(75,192,165); }
td.TdClassName
{
border-color: #4BC0A5;
}
.TagClassName
{
border-color: #4BC0A5;
}
</style>