Shades of Puerto Rico #4BCAAB
Tints of Puerto Rico #4BCAAB
RGB
CMYK
RGB Variations
Color information
#4BCAAB (or 0x4BCAAB) is known color: Puerto Rico. HEX triplet: 4B, CA and AB. RGB value is (75,202,171). Sum of RGB (Red+Green+Blue) = 75+202+171=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCAAB is #B43554. Grayscale: #A0A0A0. Windows color (decimal): -11810133 or 11258443. OLE color: 11258443.
HSL color Cylindrical-coordinate representation of color #4BCAAB: hue angle of 165.35º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCAAB is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 202 | 171 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.21 |
| HSL | 165.35º | 0.55% | 0.54% | - |
| HSV(B) | 165.35º | 0.63% | 0.79% | - |
| XYZ | 31.37 | 46.68 | 45.88 | - |
| YUV | 160.49 | 133.92 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 171 | 0.63 | 0 | 0.15 | 0.21 | 165.35 | 0.55 | 0.54 |
| Hex | 4B | CA | AB | 3F | 0 | F | 15 | A5 | 37 | 36 |
| Octal | 113 | 312 | 253 | 77 | 0 | 17 | 25 | 245 | 67 | 66 |
| Binary | 1001011 | 11001010 | 10101011 | 111111 | 0 | 1111 | 10101 | 10100101 | 110111 | 110110 |
Color Harmonies of #4BCAAB
Complementary color
Monochromatic Colors of #4BCAAB
Black with #4BCAAB
Text Example
Text Example
White with #4BCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCAAB; }
p { color: rgb(75,202,171); }
H1.HeaderClassName
{
color: #4BCAAB;
}
.AnyTagClassName
{
color: #4BCAAB;
}
</style>
background-color css
<style>
a { background-color: #4BCAAB; }
a { background-color: rgb(75,202,171); }
div.DivClassName
{
background-color: #4BCAAB;
}
.BgClassName
{
background-color: #4BCAAB;
}
</style>
border-color css
<style>
span { border-color: #4BCAAB; }
span { border-color: rgb(75,202,171); }
td.TdClassName
{
border-color: #4BCAAB;
}
.TagClassName
{
border-color: #4BCAAB;
}
</style>