Shades of Puerto Rico #3FBBA4
Tints of Puerto Rico #3FBBA4
RGB
CMYK
RGB Variations
Color information
#3FBBA4 (or 0x3FBBA4) is known color: Puerto Rico. HEX triplet: 3F, BB and A4. RGB value is (63,187,164). Sum of RGB (Red+Green+Blue) = 63+187+164=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 187 - color contains mainly: green. Hex color #3FBBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBBA4 is #C0445B. Grayscale: #939393. Windows color (decimal): -12600412 or 10795839. OLE color: 10795839.
HSL color Cylindrical-coordinate representation of color #3FBBA4: hue angle of 168.87º degrees, saturation: 0.5, 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 #3FBBA4 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 187 | 164 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.27 |
| HSL | 168.87º | 0.5% | 0.49% | - |
| HSV(B) | 168.87º | 0.66% | 0.73% | - |
| XYZ | 26.52 | 39.28 | 41.31 | - |
| YUV | 147.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 187 | 164 | 0.66 | 0 | 0.12 | 0.27 | 168.87 | 0.5 | 0.49 |
| Hex | 3F | BB | A4 | 42 | 0 | C | 1B | A9 | 32 | 31 |
| Octal | 77 | 273 | 244 | 102 | 0 | 14 | 33 | 251 | 62 | 61 |
| Binary | 111111 | 10111011 | 10100100 | 1000010 | 0 | 1100 | 11011 | 10101001 | 110010 | 110001 |
Color Harmonies of #3FBBA4
Complementary color
Monochromatic Colors of #3FBBA4
Black with #3FBBA4
Text Example
Text Example
White with #3FBBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBBA4; }
p { color: rgb(63,187,164); }
H1.HeaderClassName
{
color: #3FBBA4;
}
.AnyTagClassName
{
color: #3FBBA4;
}
</style>
background-color css
<style>
a { background-color: #3FBBA4; }
a { background-color: rgb(63,187,164); }
div.DivClassName
{
background-color: #3FBBA4;
}
.BgClassName
{
background-color: #3FBBA4;
}
</style>
border-color css
<style>
span { border-color: #3FBBA4; }
span { border-color: rgb(63,187,164); }
td.TdClassName
{
border-color: #3FBBA4;
}
.TagClassName
{
border-color: #3FBBA4;
}
</style>