Shades of Puerto Rico #4BCAB3
Tints of Puerto Rico #4BCAB3
RGB
CMYK
RGB Variations
Color information
#4BCAB3 (or 0x4BCAB3) is known color: Puerto Rico. HEX triplet: 4B, CA and B3. RGB value is (75,202,179). Sum of RGB (Red+Green+Blue) = 75+202+179=456 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.45% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCAB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCAB3 is #B4354C. Grayscale: #A1A1A1. Windows color (decimal): -11810125 or 11782731. OLE color: 11782731.
HSL color Cylindrical-coordinate representation of color #4BCAB3: hue angle of 169.13º 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 #4BCAB3 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 202 | 179 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.21 |
| HSL | 169.13º | 0.55% | 0.54% | - |
| HSV(B) | 169.13º | 0.63% | 0.79% | - |
| XYZ | 32.16 | 46.99 | 50.02 | - |
| YUV | 161.41 | 137.92 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 179 | 0.63 | 0 | 0.11 | 0.21 | 169.13 | 0.55 | 0.54 |
| Hex | 4B | CA | B3 | 3F | 0 | B | 15 | A9 | 37 | 36 |
| Octal | 113 | 312 | 263 | 77 | 0 | 13 | 25 | 251 | 67 | 66 |
| Binary | 1001011 | 11001010 | 10110011 | 111111 | 0 | 1011 | 10101 | 10101001 | 110111 | 110110 |
Color Harmonies of #4BCAB3
Complementary color
Monochromatic Colors of #4BCAB3
Black with #4BCAB3
Text Example
Text Example
White with #4BCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCAB3; }
p { color: rgb(75,202,179); }
H1.HeaderClassName
{
color: #4BCAB3;
}
.AnyTagClassName
{
color: #4BCAB3;
}
</style>
background-color css
<style>
a { background-color: #4BCAB3; }
a { background-color: rgb(75,202,179); }
div.DivClassName
{
background-color: #4BCAB3;
}
.BgClassName
{
background-color: #4BCAB3;
}
</style>
border-color css
<style>
span { border-color: #4BCAB3; }
span { border-color: rgb(75,202,179); }
td.TdClassName
{
border-color: #4BCAB3;
}
.TagClassName
{
border-color: #4BCAB3;
}
</style>