Shades of Puerto Rico #3FBCAF
Tints of Puerto Rico #3FBCAF
RGB
CMYK
RGB Variations
Color information
#3FBCAF (or 0x3FBCAF) is known color: Puerto Rico. HEX triplet: 3F, BC and AF. RGB value is (63,188,175). Sum of RGB (Red+Green+Blue) = 63+188+175=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBCAF is #C04350. Grayscale: #959595. Windows color (decimal): -12600145 or 11516991. OLE color: 11516991.
HSL color Cylindrical-coordinate representation of color #3FBCAF: hue angle of 173.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBCAF is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 175 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.26 |
| HSL | 173.76º | 0.5% | 0.49% | - |
| HSV(B) | 173.76º | 0.66% | 0.74% | - |
| XYZ | 27.77 | 40.12 | 46.84 | - |
| YUV | 149.14 | 142.59 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 175 | 0.66 | 0 | 0.07 | 0.26 | 173.76 | 0.5 | 0.49 |
| Hex | 3F | BC | AF | 42 | 0 | 7 | 1A | AE | 32 | 31 |
| Octal | 77 | 274 | 257 | 102 | 0 | 7 | 32 | 256 | 62 | 61 |
| Binary | 111111 | 10111100 | 10101111 | 1000010 | 0 | 111 | 11010 | 10101110 | 110010 | 110001 |
Color Harmonies of #3FBCAF
Complementary color
Monochromatic Colors of #3FBCAF
Black with #3FBCAF
Text Example
Text Example
White with #3FBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCAF; }
p { color: rgb(63,188,175); }
H1.HeaderClassName
{
color: #3FBCAF;
}
.AnyTagClassName
{
color: #3FBCAF;
}
</style>
background-color css
<style>
a { background-color: #3FBCAF; }
a { background-color: rgb(63,188,175); }
div.DivClassName
{
background-color: #3FBCAF;
}
.BgClassName
{
background-color: #3FBCAF;
}
</style>
border-color css
<style>
span { border-color: #3FBCAF; }
span { border-color: rgb(63,188,175); }
td.TdClassName
{
border-color: #3FBCAF;
}
.TagClassName
{
border-color: #3FBCAF;
}
</style>