Shades of Puerto Rico #3FAD9F
Tints of Puerto Rico #3FAD9F
RGB
CMYK
RGB Variations
Color information
#3FAD9F (or 0x3FAD9F) is known color: Puerto Rico. HEX triplet: 3F, AD and 9F. RGB value is (63,173,159). Sum of RGB (Red+Green+Blue) = 63+173+159=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAD9F is #C05260. Grayscale: #8A8A8A. Windows color (decimal): -12604001 or 10464575. OLE color: 10464575.
HSL color Cylindrical-coordinate representation of color #3FAD9F: hue angle of 172.36º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAD9F is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 159 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.32 |
| HSL | 172.36º | 0.47% | 0.46% | - |
| HSV(B) | 172.36º | 0.64% | 0.68% | - |
| XYZ | 23.25 | 33.45 | 38.03 | - |
| YUV | 138.51 | 139.56 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 159 | 0.64 | 0 | 0.08 | 0.32 | 172.36 | 0.47 | 0.46 |
| Hex | 3F | AD | 9F | 40 | 0 | 8 | 20 | AC | 2F | 2E |
| Octal | 77 | 255 | 237 | 100 | 0 | 10 | 40 | 254 | 57 | 56 |
| Binary | 111111 | 10101101 | 10011111 | 1000000 | 0 | 1000 | 100000 | 10101100 | 101111 | 101110 |
Color Harmonies of #3FAD9F
Complementary color
Monochromatic Colors of #3FAD9F
Black with #3FAD9F
Text Example
Text Example
White with #3FAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAD9F; }
p { color: rgb(63,173,159); }
H1.HeaderClassName
{
color: #3FAD9F;
}
.AnyTagClassName
{
color: #3FAD9F;
}
</style>
background-color css
<style>
a { background-color: #3FAD9F; }
a { background-color: rgb(63,173,159); }
div.DivClassName
{
background-color: #3FAD9F;
}
.BgClassName
{
background-color: #3FAD9F;
}
</style>
border-color css
<style>
span { border-color: #3FAD9F; }
span { border-color: rgb(63,173,159); }
td.TdClassName
{
border-color: #3FAD9F;
}
.TagClassName
{
border-color: #3FAD9F;
}
</style>