Shades of Puerto Rico #3FB59B
Tints of Puerto Rico #3FB59B
RGB
CMYK
RGB Variations
Color information
#3FB59B (or 0x3FB59B) is known color: Puerto Rico. HEX triplet: 3F, B5 and 9B. RGB value is (63,181,155). Sum of RGB (Red+Green+Blue) = 63+181+155=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB59B is #C04A64. Grayscale: #8E8E8E. Windows color (decimal): -12601957 or 10204479. OLE color: 10204479.
HSL color Cylindrical-coordinate representation of color #3FB59B: hue angle of 166.78º 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 #3FB59B is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 181 | 155 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.29 |
| HSL | 166.78º | 0.48% | 0.48% | - |
| HSV(B) | 166.78º | 0.65% | 0.71% | - |
| XYZ | 24.49 | 36.47 | 36.76 | - |
| YUV | 142.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 181 | 155 | 0.65 | 0 | 0.14 | 0.29 | 166.78 | 0.48 | 0.48 |
| Hex | 3F | B5 | 9B | 41 | 0 | E | 1D | A7 | 30 | 30 |
| Octal | 77 | 265 | 233 | 101 | 0 | 16 | 35 | 247 | 60 | 60 |
| Binary | 111111 | 10110101 | 10011011 | 1000001 | 0 | 1110 | 11101 | 10100111 | 110000 | 110000 |
Color Harmonies of #3FB59B
Complementary color
Monochromatic Colors of #3FB59B
Black with #3FB59B
Text Example
Text Example
White with #3FB59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB59B; }
p { color: rgb(63,181,155); }
H1.HeaderClassName
{
color: #3FB59B;
}
.AnyTagClassName
{
color: #3FB59B;
}
</style>
background-color css
<style>
a { background-color: #3FB59B; }
a { background-color: rgb(63,181,155); }
div.DivClassName
{
background-color: #3FB59B;
}
.BgClassName
{
background-color: #3FB59B;
}
</style>
border-color css
<style>
span { border-color: #3FB59B; }
span { border-color: rgb(63,181,155); }
td.TdClassName
{
border-color: #3FB59B;
}
.TagClassName
{
border-color: #3FB59B;
}
</style>