Shades of Puerto Rico #3FB29D
Tints of Puerto Rico #3FB29D
RGB
CMYK
RGB Variations
Color information
#3FB29D (or 0x3FB29D) is known color: Puerto Rico. HEX triplet: 3F, B2 and 9D. RGB value is (63,178,157). Sum of RGB (Red+Green+Blue) = 63+178+157=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB29D is #C04D62. Grayscale: #8D8D8D. Windows color (decimal): -12602723 or 10334783. OLE color: 10334783.
HSL color Cylindrical-coordinate representation of color #3FB29D: hue angle of 169.04º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB29D is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 178 | 157 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.30 |
| HSL | 169.04º | 0.48% | 0.47% | - |
| HSV(B) | 169.04º | 0.65% | 0.7% | - |
| XYZ | 24.06 | 35.33 | 37.45 | - |
| YUV | 141.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 178 | 157 | 0.65 | 0 | 0.12 | 0.30 | 169.04 | 0.48 | 0.47 |
| Hex | 3F | B2 | 9D | 41 | 0 | C | 1E | A9 | 30 | 2F |
| Octal | 77 | 262 | 235 | 101 | 0 | 14 | 36 | 251 | 60 | 57 |
| Binary | 111111 | 10110010 | 10011101 | 1000001 | 0 | 1100 | 11110 | 10101001 | 110000 | 101111 |
Color Harmonies of #3FB29D
Complementary color
Monochromatic Colors of #3FB29D
Black with #3FB29D
Text Example
Text Example
White with #3FB29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB29D; }
p { color: rgb(63,178,157); }
H1.HeaderClassName
{
color: #3FB29D;
}
.AnyTagClassName
{
color: #3FB29D;
}
</style>
background-color css
<style>
a { background-color: #3FB29D; }
a { background-color: rgb(63,178,157); }
div.DivClassName
{
background-color: #3FB29D;
}
.BgClassName
{
background-color: #3FB29D;
}
</style>
border-color css
<style>
span { border-color: #3FB29D; }
span { border-color: rgb(63,178,157); }
td.TdClassName
{
border-color: #3FB29D;
}
.TagClassName
{
border-color: #3FB29D;
}
</style>