Shades of Puerto Rico #4FBDB2
Tints of Puerto Rico #4FBDB2
RGB
CMYK
RGB Variations
Color information
#4FBDB2 (or 0x4FBDB2) is known color: Puerto Rico. HEX triplet: 4F, BD and B2. RGB value is (79,189,178). Sum of RGB (Red+Green+Blue) = 79+189+178=446 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.71% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #4FBDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBDB2 is #B0424D. Grayscale: #9A9A9A. Windows color (decimal): -11551310 or 11713871. OLE color: 11713871.
HSL color Cylindrical-coordinate representation of color #4FBDB2: hue angle of 174º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBDB2 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 189 | 178 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.26 |
| HSL | 174º | 0.45% | 0.53% | - |
| HSV(B) | 174º | 0.58% | 0.74% | - |
| XYZ | 29.46 | 41.27 | 48.53 | - |
| YUV | 154.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 189 | 178 | 0.58 | 0 | 0.06 | 0.26 | 174 | 0.45 | 0.53 |
| Hex | 4F | BD | B2 | 3A | 0 | 6 | 1A | AE | 2D | 35 |
| Octal | 117 | 275 | 262 | 72 | 0 | 6 | 32 | 256 | 55 | 65 |
| Binary | 1001111 | 10111101 | 10110010 | 111010 | 0 | 110 | 11010 | 10101110 | 101101 | 110101 |
Color Harmonies of #4FBDB2
Complementary color
Monochromatic Colors of #4FBDB2
Black with #4FBDB2
Text Example
Text Example
White with #4FBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBDB2; }
p { color: rgb(79,189,178); }
H1.HeaderClassName
{
color: #4FBDB2;
}
.AnyTagClassName
{
color: #4FBDB2;
}
</style>
background-color css
<style>
a { background-color: #4FBDB2; }
a { background-color: rgb(79,189,178); }
div.DivClassName
{
background-color: #4FBDB2;
}
.BgClassName
{
background-color: #4FBDB2;
}
</style>
border-color css
<style>
span { border-color: #4FBDB2; }
span { border-color: rgb(79,189,178); }
td.TdClassName
{
border-color: #4FBDB2;
}
.TagClassName
{
border-color: #4FBDB2;
}
</style>