Shades of Puerto Rico #4FCCB3
Tints of Puerto Rico #4FCCB3
RGB
CMYK
RGB Variations
Color information
#4FCCB3 (or 0x4FCCB3) is known color: Puerto Rico. HEX triplet: 4F, CC and B3. RGB value is (79,204,179). Sum of RGB (Red+Green+Blue) = 79+204+179=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCB3 is #B0334C. Grayscale: #A3A3A3. Windows color (decimal): -11547469 or 11783247. OLE color: 11783247.
HSL color Cylindrical-coordinate representation of color #4FCCB3: hue angle of 168º 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 #4FCCB3 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 179 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.2 |
| HSL | 168º | 0.55% | 0.55% | - |
| HSV(B) | 168º | 0.61% | 0.8% | - |
| XYZ | 32.95 | 48.1 | 50.2 | - |
| YUV | 163.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 179 | 0.61 | 0 | 0.12 | 0.2 | 168 | 0.55 | 0.55 |
| Hex | 4F | CC | B3 | 3D | 0 | C | 14 | A8 | 37 | 37 |
| Octal | 117 | 314 | 263 | 75 | 0 | 14 | 24 | 250 | 67 | 67 |
| Binary | 1001111 | 11001100 | 10110011 | 111101 | 0 | 1100 | 10100 | 10101000 | 110111 | 110111 |
Color Harmonies of #4FCCB3
Complementary color
Monochromatic Colors of #4FCCB3
Black with #4FCCB3
Text Example
Text Example
White with #4FCCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCB3; }
p { color: rgb(79,204,179); }
H1.HeaderClassName
{
color: #4FCCB3;
}
.AnyTagClassName
{
color: #4FCCB3;
}
</style>
background-color css
<style>
a { background-color: #4FCCB3; }
a { background-color: rgb(79,204,179); }
div.DivClassName
{
background-color: #4FCCB3;
}
.BgClassName
{
background-color: #4FCCB3;
}
</style>
border-color css
<style>
span { border-color: #4FCCB3; }
span { border-color: rgb(79,204,179); }
td.TdClassName
{
border-color: #4FCCB3;
}
.TagClassName
{
border-color: #4FCCB3;
}
</style>