Shades of Puerto Rico #3FBFAF
Tints of Puerto Rico #3FBFAF
RGB
CMYK
RGB Variations
Color information
#3FBFAF (or 0x3FBFAF) is known color: Puerto Rico. HEX triplet: 3F, BF and AF. RGB value is (63,191,175). Sum of RGB (Red+Green+Blue) = 63+191+175=429 (56% of max value = 765). Red value is 63 (25% from 255 or 14.69% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBFAF is #C04050. Grayscale: #969696. Windows color (decimal): -12599377 or 11517759. OLE color: 11517759.
HSL color Cylindrical-coordinate representation of color #3FBFAF: hue angle of 172.5º 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 #3FBFAF is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 191 | 175 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.25 |
| HSL | 172.5º | 0.5% | 0.5% | - |
| HSV(B) | 172.5º | 0.67% | 0.75% | - |
| XYZ | 28.42 | 41.41 | 47.05 | - |
| YUV | 150.9 | 141.59 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 175 | 0.67 | 0 | 0.08 | 0.25 | 172.5 | 0.5 | 0.5 |
| Hex | 3F | BF | AF | 43 | 0 | 8 | 19 | AC | 32 | 32 |
| Octal | 77 | 277 | 257 | 103 | 0 | 10 | 31 | 254 | 62 | 62 |
| Binary | 111111 | 10111111 | 10101111 | 1000011 | 0 | 1000 | 11001 | 10101100 | 110010 | 110010 |
Color Harmonies of #3FBFAF
Complementary color
Monochromatic Colors of #3FBFAF
Black with #3FBFAF
Text Example
Text Example
White with #3FBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBFAF; }
p { color: rgb(63,191,175); }
H1.HeaderClassName
{
color: #3FBFAF;
}
.AnyTagClassName
{
color: #3FBFAF;
}
</style>
background-color css
<style>
a { background-color: #3FBFAF; }
a { background-color: rgb(63,191,175); }
div.DivClassName
{
background-color: #3FBFAF;
}
.BgClassName
{
background-color: #3FBFAF;
}
</style>
border-color css
<style>
span { border-color: #3FBFAF; }
span { border-color: rgb(63,191,175); }
td.TdClassName
{
border-color: #3FBFAF;
}
.TagClassName
{
border-color: #3FBFAF;
}
</style>