Shades of Puerto Rico #4CCBAC
Tints of Puerto Rico #4CCBAC
RGB
CMYK
RGB Variations
Color information
#4CCBAC (or 0x4CCBAC) is known color: Puerto Rico. HEX triplet: 4C, CB and AC. RGB value is (76,203,172). Sum of RGB (Red+Green+Blue) = 76+203+172=451 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.85% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCBAC is #B33453. Grayscale: #A1A1A1. Windows color (decimal): -11744340 or 11324236. OLE color: 11324236.
HSL color Cylindrical-coordinate representation of color #4CCBAC: hue angle of 165.35º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCBAC is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 203 | 172 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.20 |
| HSL | 165.35º | 0.55% | 0.55% | - |
| HSV(B) | 165.35º | 0.63% | 0.8% | - |
| XYZ | 31.78 | 47.23 | 46.47 | - |
| YUV | 161.49 | 133.92 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 172 | 0.63 | 0 | 0.15 | 0.20 | 165.35 | 0.55 | 0.55 |
| Hex | 4C | CB | AC | 3F | 0 | F | 14 | A5 | 37 | 37 |
| Octal | 114 | 313 | 254 | 77 | 0 | 17 | 24 | 245 | 67 | 67 |
| Binary | 1001100 | 11001011 | 10101100 | 111111 | 0 | 1111 | 10100 | 10100101 | 110111 | 110111 |
Color Harmonies of #4CCBAC
Complementary color
Monochromatic Colors of #4CCBAC
Black with #4CCBAC
Text Example
Text Example
White with #4CCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBAC; }
p { color: rgb(76,203,172); }
H1.HeaderClassName
{
color: #4CCBAC;
}
.AnyTagClassName
{
color: #4CCBAC;
}
</style>
background-color css
<style>
a { background-color: #4CCBAC; }
a { background-color: rgb(76,203,172); }
div.DivClassName
{
background-color: #4CCBAC;
}
.BgClassName
{
background-color: #4CCBAC;
}
</style>
border-color css
<style>
span { border-color: #4CCBAC; }
span { border-color: rgb(76,203,172); }
td.TdClassName
{
border-color: #4CCBAC;
}
.TagClassName
{
border-color: #4CCBAC;
}
</style>