Shades of Puerto Rico #3FB9AB
Tints of Puerto Rico #3FB9AB
RGB
CMYK
RGB Variations
Color information
#3FB9AB (or 0x3FB9AB) is known color: Puerto Rico. HEX triplet: 3F, B9 and AB. RGB value is (63,185,171). Sum of RGB (Red+Green+Blue) = 63+185+171=419 (55% of max value = 765). Red value is 63 (25% from 255 or 15.04% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB9AB is #C04654. Grayscale: #929292. Windows color (decimal): -12600917 or 11254079. OLE color: 11254079.
HSL color Cylindrical-coordinate representation of color #3FB9AB: hue angle of 173.11º 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 #3FB9AB is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 171 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.27 |
| HSL | 173.11º | 0.49% | 0.49% | - |
| HSV(B) | 173.11º | 0.66% | 0.73% | - |
| XYZ | 26.75 | 38.69 | 44.59 | - |
| YUV | 146.93 | 141.58 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 171 | 0.66 | 0 | 0.08 | 0.27 | 173.11 | 0.49 | 0.49 |
| Hex | 3F | B9 | AB | 42 | 0 | 8 | 1B | AD | 31 | 31 |
| Octal | 77 | 271 | 253 | 102 | 0 | 10 | 33 | 255 | 61 | 61 |
| Binary | 111111 | 10111001 | 10101011 | 1000010 | 0 | 1000 | 11011 | 10101101 | 110001 | 110001 |
Color Harmonies of #3FB9AB
Complementary color
Monochromatic Colors of #3FB9AB
Black with #3FB9AB
Text Example
Text Example
White with #3FB9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB9AB; }
p { color: rgb(63,185,171); }
H1.HeaderClassName
{
color: #3FB9AB;
}
.AnyTagClassName
{
color: #3FB9AB;
}
</style>
background-color css
<style>
a { background-color: #3FB9AB; }
a { background-color: rgb(63,185,171); }
div.DivClassName
{
background-color: #3FB9AB;
}
.BgClassName
{
background-color: #3FB9AB;
}
</style>
border-color css
<style>
span { border-color: #3FB9AB; }
span { border-color: rgb(63,185,171); }
td.TdClassName
{
border-color: #3FB9AB;
}
.TagClassName
{
border-color: #3FB9AB;
}
</style>