Shades of Puerto Rico #4FB29B
Tints of Puerto Rico #4FB29B
RGB
CMYK
RGB Variations
Color information
#4FB29B (or 0x4FB29B) is known color: Puerto Rico. HEX triplet: 4F, B2 and 9B. RGB value is (79,178,155). Sum of RGB (Red+Green+Blue) = 79+178+155=412 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.17% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB29B is #B04D64. Grayscale: #919191. Windows color (decimal): -11554149 or 10203727. OLE color: 10203727.
HSL color Cylindrical-coordinate representation of color #4FB29B: hue angle of 166.06º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB29B is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 178 | 155 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.30 |
| HSL | 166.06º | 0.39% | 0.5% | - |
| HSV(B) | 166.06º | 0.56% | 0.7% | - |
| XYZ | 25.06 | 35.87 | 36.61 | - |
| YUV | 145.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 178 | 155 | 0.56 | 0 | 0.13 | 0.30 | 166.06 | 0.39 | 0.5 |
| Hex | 4F | B2 | 9B | 38 | 0 | D | 1E | A6 | 27 | 32 |
| Octal | 117 | 262 | 233 | 70 | 0 | 15 | 36 | 246 | 47 | 62 |
| Binary | 1001111 | 10110010 | 10011011 | 111000 | 0 | 1101 | 11110 | 10100110 | 100111 | 110010 |
Color Harmonies of #4FB29B
Complementary color
Monochromatic Colors of #4FB29B
Black with #4FB29B
Text Example
Text Example
White with #4FB29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB29B; }
p { color: rgb(79,178,155); }
H1.HeaderClassName
{
color: #4FB29B;
}
.AnyTagClassName
{
color: #4FB29B;
}
</style>
background-color css
<style>
a { background-color: #4FB29B; }
a { background-color: rgb(79,178,155); }
div.DivClassName
{
background-color: #4FB29B;
}
.BgClassName
{
background-color: #4FB29B;
}
</style>
border-color css
<style>
span { border-color: #4FB29B; }
span { border-color: rgb(79,178,155); }
td.TdClassName
{
border-color: #4FB29B;
}
.TagClassName
{
border-color: #4FB29B;
}
</style>