Shades of Puerto Rico #4FCCB4
Tints of Puerto Rico #4FCCB4
RGB
CMYK
RGB Variations
Color information
#4FCCB4 (or 0x4FCCB4) is known color: Puerto Rico. HEX triplet: 4F, CC and B4. RGB value is (79,204,180). Sum of RGB (Red+Green+Blue) = 79+204+180=463 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.06% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCB4 is #B0334B. Grayscale: #A3A3A3. Windows color (decimal): -11547468 or 11848783. OLE color: 11848783.
HSL color Cylindrical-coordinate representation of color #4FCCB4: hue angle of 168.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCCB4 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 180 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.2 |
| HSL | 168.48º | 0.55% | 0.55% | - |
| HSV(B) | 168.48º | 0.61% | 0.8% | - |
| XYZ | 33.06 | 48.14 | 50.73 | - |
| YUV | 163.89 | 137.09 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 180 | 0.61 | 0 | 0.12 | 0.2 | 168.48 | 0.55 | 0.55 |
| Hex | 4F | CC | B4 | 3D | 0 | C | 14 | A8 | 37 | 37 |
| Octal | 117 | 314 | 264 | 75 | 0 | 14 | 24 | 250 | 67 | 67 |
| Binary | 1001111 | 11001100 | 10110100 | 111101 | 0 | 1100 | 10100 | 10101000 | 110111 | 110111 |
Color Harmonies of #4FCCB4
Complementary color
Monochromatic Colors of #4FCCB4
Black with #4FCCB4
Text Example
Text Example
White with #4FCCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCB4; }
p { color: rgb(79,204,180); }
H1.HeaderClassName
{
color: #4FCCB4;
}
.AnyTagClassName
{
color: #4FCCB4;
}
</style>
background-color css
<style>
a { background-color: #4FCCB4; }
a { background-color: rgb(79,204,180); }
div.DivClassName
{
background-color: #4FCCB4;
}
.BgClassName
{
background-color: #4FCCB4;
}
</style>
border-color css
<style>
span { border-color: #4FCCB4; }
span { border-color: rgb(79,204,180); }
td.TdClassName
{
border-color: #4FCCB4;
}
.TagClassName
{
border-color: #4FCCB4;
}
</style>