Shades of Puerto Rico #3FBFB0
Tints of Puerto Rico #3FBFB0
RGB
CMYK
RGB Variations
Color information
#3FBFB0 (or 0x3FBFB0) is known color: Puerto Rico. HEX triplet: 3F, BF and B0. RGB value is (63,191,176). Sum of RGB (Red+Green+Blue) = 63+191+176=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBFB0 is #C0404F. Grayscale: #969696. Windows color (decimal): -12599376 or 11583295. OLE color: 11583295.
HSL color Cylindrical-coordinate representation of color #3FBFB0: hue angle of 172.97º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBFB0 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 191 | 176 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.25 |
| HSL | 172.97º | 0.5% | 0.5% | - |
| HSV(B) | 172.97º | 0.67% | 0.75% | - |
| XYZ | 28.52 | 41.45 | 47.57 | - |
| YUV | 151.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 176 | 0.67 | 0 | 0.08 | 0.25 | 172.97 | 0.5 | 0.5 |
| Hex | 3F | BF | B0 | 43 | 0 | 8 | 19 | AD | 32 | 32 |
| Octal | 77 | 277 | 260 | 103 | 0 | 10 | 31 | 255 | 62 | 62 |
| Binary | 111111 | 10111111 | 10110000 | 1000011 | 0 | 1000 | 11001 | 10101101 | 110010 | 110010 |
Color Harmonies of #3FBFB0
Complementary color
Monochromatic Colors of #3FBFB0
Black with #3FBFB0
Text Example
Text Example
White with #3FBFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBFB0; }
p { color: rgb(63,191,176); }
H1.HeaderClassName
{
color: #3FBFB0;
}
.AnyTagClassName
{
color: #3FBFB0;
}
</style>
background-color css
<style>
a { background-color: #3FBFB0; }
a { background-color: rgb(63,191,176); }
div.DivClassName
{
background-color: #3FBFB0;
}
.BgClassName
{
background-color: #3FBFB0;
}
</style>
border-color css
<style>
span { border-color: #3FBFB0; }
span { border-color: rgb(63,191,176); }
td.TdClassName
{
border-color: #3FBFB0;
}
.TagClassName
{
border-color: #3FBFB0;
}
</style>