Shades of Puerto Rico #3FB9A1
Tints of Puerto Rico #3FB9A1
RGB
CMYK
RGB Variations
Color information
#3FB9A1 (or 0x3FB9A1) is known color: Puerto Rico. HEX triplet: 3F, B9 and A1. RGB value is (63,185,161). Sum of RGB (Red+Green+Blue) = 63+185+161=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB9A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB9A1 is #C0465E. Grayscale: #919191. Windows color (decimal): -12600927 or 10598719. OLE color: 10598719.
HSL color Cylindrical-coordinate representation of color #3FB9A1: hue angle of 168.2º 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 #3FB9A1 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 161 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.27 |
| HSL | 168.2º | 0.49% | 0.49% | - |
| HSV(B) | 168.2º | 0.66% | 0.73% | - |
| XYZ | 25.83 | 38.33 | 39.75 | - |
| YUV | 145.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 161 | 0.66 | 0 | 0.13 | 0.27 | 168.2 | 0.49 | 0.49 |
| Hex | 3F | B9 | A1 | 42 | 0 | D | 1B | A8 | 31 | 31 |
| Octal | 77 | 271 | 241 | 102 | 0 | 15 | 33 | 250 | 61 | 61 |
| Binary | 111111 | 10111001 | 10100001 | 1000010 | 0 | 1101 | 11011 | 10101000 | 110001 | 110001 |
Color Harmonies of #3FB9A1
Complementary color
Monochromatic Colors of #3FB9A1
Black with #3FB9A1
Text Example
Text Example
White with #3FB9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB9A1; }
p { color: rgb(63,185,161); }
H1.HeaderClassName
{
color: #3FB9A1;
}
.AnyTagClassName
{
color: #3FB9A1;
}
</style>
background-color css
<style>
a { background-color: #3FB9A1; }
a { background-color: rgb(63,185,161); }
div.DivClassName
{
background-color: #3FB9A1;
}
.BgClassName
{
background-color: #3FB9A1;
}
</style>
border-color css
<style>
span { border-color: #3FB9A1; }
span { border-color: rgb(63,185,161); }
td.TdClassName
{
border-color: #3FB9A1;
}
.TagClassName
{
border-color: #3FB9A1;
}
</style>