Shades of Puerto Rico #3FB9A2
Tints of Puerto Rico #3FB9A2
RGB
CMYK
RGB Variations
Color information
#3FB9A2 (or 0x3FB9A2) is known color: Puerto Rico. HEX triplet: 3F, B9 and A2. RGB value is (63,185,162). Sum of RGB (Red+Green+Blue) = 63+185+162=410 (54% of max value = 765). Red value is 63 (25% from 255 or 15.37% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB9A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB9A2 is #C0465D. Grayscale: #919191. Windows color (decimal): -12600926 or 10664255. OLE color: 10664255.
HSL color Cylindrical-coordinate representation of color #3FB9A2: hue angle of 168.69º 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 #3FB9A2 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 162 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.27 |
| HSL | 168.69º | 0.49% | 0.49% | - |
| HSV(B) | 168.69º | 0.66% | 0.73% | - |
| XYZ | 25.92 | 38.36 | 40.22 | - |
| YUV | 145.9 | 137.08 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 162 | 0.66 | 0 | 0.12 | 0.27 | 168.69 | 0.49 | 0.49 |
| Hex | 3F | B9 | A2 | 42 | 0 | C | 1B | A9 | 31 | 31 |
| Octal | 77 | 271 | 242 | 102 | 0 | 14 | 33 | 251 | 61 | 61 |
| Binary | 111111 | 10111001 | 10100010 | 1000010 | 0 | 1100 | 11011 | 10101001 | 110001 | 110001 |
Color Harmonies of #3FB9A2
Complementary color
Monochromatic Colors of #3FB9A2
Black with #3FB9A2
Text Example
Text Example
White with #3FB9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB9A2; }
p { color: rgb(63,185,162); }
H1.HeaderClassName
{
color: #3FB9A2;
}
.AnyTagClassName
{
color: #3FB9A2;
}
</style>
background-color css
<style>
a { background-color: #3FB9A2; }
a { background-color: rgb(63,185,162); }
div.DivClassName
{
background-color: #3FB9A2;
}
.BgClassName
{
background-color: #3FB9A2;
}
</style>
border-color css
<style>
span { border-color: #3FB9A2; }
span { border-color: rgb(63,185,162); }
td.TdClassName
{
border-color: #3FB9A2;
}
.TagClassName
{
border-color: #3FB9A2;
}
</style>