Shades of Puerto Rico #4FBCB2
Tints of Puerto Rico #4FBCB2
RGB
CMYK
RGB Variations
Color information
#4FBCB2 (or 0x4FBCB2) is known color: Puerto Rico. HEX triplet: 4F, BC and B2. RGB value is (79,188,178). Sum of RGB (Red+Green+Blue) = 79+188+178=445 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.75% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBCB2 is #B0434D. Grayscale: #9A9A9A. Windows color (decimal): -11551566 or 11713615. OLE color: 11713615.
HSL color Cylindrical-coordinate representation of color #4FBCB2: hue angle of 174.5º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBCB2 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 178 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.26 |
| HSL | 174.5º | 0.45% | 0.52% | - |
| HSV(B) | 174.5º | 0.58% | 0.74% | - |
| XYZ | 29.24 | 40.84 | 48.46 | - |
| YUV | 154.27 | 141.39 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 178 | 0.58 | 0 | 0.05 | 0.26 | 174.5 | 0.45 | 0.52 |
| Hex | 4F | BC | B2 | 3A | 0 | 5 | 1A | AE | 2D | 34 |
| Octal | 117 | 274 | 262 | 72 | 0 | 5 | 32 | 256 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10110010 | 111010 | 0 | 101 | 11010 | 10101110 | 101101 | 110100 |
Color Harmonies of #4FBCB2
Complementary color
Monochromatic Colors of #4FBCB2
Black with #4FBCB2
Text Example
Text Example
White with #4FBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBCB2; }
p { color: rgb(79,188,178); }
H1.HeaderClassName
{
color: #4FBCB2;
}
.AnyTagClassName
{
color: #4FBCB2;
}
</style>
background-color css
<style>
a { background-color: #4FBCB2; }
a { background-color: rgb(79,188,178); }
div.DivClassName
{
background-color: #4FBCB2;
}
.BgClassName
{
background-color: #4FBCB2;
}
</style>
border-color css
<style>
span { border-color: #4FBCB2; }
span { border-color: rgb(79,188,178); }
td.TdClassName
{
border-color: #4FBCB2;
}
.TagClassName
{
border-color: #4FBCB2;
}
</style>