Shades of Puerto Rico #3FB49B
Tints of Puerto Rico #3FB49B
RGB
CMYK
RGB Variations
Color information
#3FB49B (or 0x3FB49B) is known color: Puerto Rico. HEX triplet: 3F, B4 and 9B. RGB value is (63,180,155). Sum of RGB (Red+Green+Blue) = 63+180+155=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #3FB49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB49B is #C04B64. Grayscale: #8E8E8E. Windows color (decimal): -12602213 or 10204223. OLE color: 10204223.
HSL color Cylindrical-coordinate representation of color #3FB49B: hue angle of 167.18º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB49B is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 180 | 155 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.29 |
| HSL | 167.18º | 0.48% | 0.48% | - |
| HSV(B) | 167.18º | 0.65% | 0.71% | - |
| XYZ | 24.29 | 36.07 | 36.69 | - |
| YUV | 142.17 | 135.24 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 180 | 155 | 0.65 | 0 | 0.14 | 0.29 | 167.18 | 0.48 | 0.48 |
| Hex | 3F | B4 | 9B | 41 | 0 | E | 1D | A7 | 30 | 30 |
| Octal | 77 | 264 | 233 | 101 | 0 | 16 | 35 | 247 | 60 | 60 |
| Binary | 111111 | 10110100 | 10011011 | 1000001 | 0 | 1110 | 11101 | 10100111 | 110000 | 110000 |
Color Harmonies of #3FB49B
Complementary color
Monochromatic Colors of #3FB49B
Black with #3FB49B
Text Example
Text Example
White with #3FB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB49B; }
p { color: rgb(63,180,155); }
H1.HeaderClassName
{
color: #3FB49B;
}
.AnyTagClassName
{
color: #3FB49B;
}
</style>
background-color css
<style>
a { background-color: #3FB49B; }
a { background-color: rgb(63,180,155); }
div.DivClassName
{
background-color: #3FB49B;
}
.BgClassName
{
background-color: #3FB49B;
}
</style>
border-color css
<style>
span { border-color: #3FB49B; }
span { border-color: rgb(63,180,155); }
td.TdClassName
{
border-color: #3FB49B;
}
.TagClassName
{
border-color: #3FB49B;
}
</style>