Shades of Puerto Rico #3FB9A6
Tints of Puerto Rico #3FB9A6
RGB
CMYK
RGB Variations
Color information
#3FB9A6 (or 0x3FB9A6) is known color: Puerto Rico. HEX triplet: 3F, B9 and A6. RGB value is (63,185,166). Sum of RGB (Red+Green+Blue) = 63+185+166=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB9A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB9A6 is #C04659. Grayscale: #929292. Windows color (decimal): -12600922 or 10926399. OLE color: 10926399.
HSL color Cylindrical-coordinate representation of color #3FB9A6: hue angle of 170.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB9A6 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 166 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.27 |
| HSL | 170.66º | 0.49% | 0.49% | - |
| HSV(B) | 170.66º | 0.66% | 0.73% | - |
| XYZ | 26.28 | 38.51 | 42.12 | - |
| YUV | 146.36 | 139.08 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 166 | 0.66 | 0 | 0.10 | 0.27 | 170.66 | 0.49 | 0.49 |
| Hex | 3F | B9 | A6 | 42 | 0 | A | 1B | AB | 31 | 31 |
| Octal | 77 | 271 | 246 | 102 | 0 | 12 | 33 | 253 | 61 | 61 |
| Binary | 111111 | 10111001 | 10100110 | 1000010 | 0 | 1010 | 11011 | 10101011 | 110001 | 110001 |
Color Harmonies of #3FB9A6
Complementary color
Monochromatic Colors of #3FB9A6
Black with #3FB9A6
Text Example
Text Example
White with #3FB9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB9A6; }
p { color: rgb(63,185,166); }
H1.HeaderClassName
{
color: #3FB9A6;
}
.AnyTagClassName
{
color: #3FB9A6;
}
</style>
background-color css
<style>
a { background-color: #3FB9A6; }
a { background-color: rgb(63,185,166); }
div.DivClassName
{
background-color: #3FB9A6;
}
.BgClassName
{
background-color: #3FB9A6;
}
</style>
border-color css
<style>
span { border-color: #3FB9A6; }
span { border-color: rgb(63,185,166); }
td.TdClassName
{
border-color: #3FB9A6;
}
.TagClassName
{
border-color: #3FB9A6;
}
</style>