Shades of Puerto Rico #3FB9A8
Tints of Puerto Rico #3FB9A8
RGB
CMYK
RGB Variations
Color information
#3FB9A8 (or 0x3FB9A8) is known color: Puerto Rico. HEX triplet: 3F, B9 and A8. RGB value is (63,185,168). Sum of RGB (Red+Green+Blue) = 63+185+168=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB9A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB9A8 is #C04657. Grayscale: #929292. Windows color (decimal): -12600920 or 11057471. OLE color: 11057471.
HSL color Cylindrical-coordinate representation of color #3FB9A8: hue angle of 171.64º degrees, saturation: 0.49, 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 #3FB9A8 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 168 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.27 |
| HSL | 171.64º | 0.49% | 0.49% | - |
| HSV(B) | 171.64º | 0.66% | 0.73% | - |
| XYZ | 26.47 | 38.58 | 43.1 | - |
| YUV | 146.58 | 140.08 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 168 | 0.66 | 0 | 0.09 | 0.27 | 171.64 | 0.49 | 0.49 |
| Hex | 3F | B9 | A8 | 42 | 0 | 9 | 1B | AC | 31 | 31 |
| Octal | 77 | 271 | 250 | 102 | 0 | 11 | 33 | 254 | 61 | 61 |
| Binary | 111111 | 10111001 | 10101000 | 1000010 | 0 | 1001 | 11011 | 10101100 | 110001 | 110001 |
Color Harmonies of #3FB9A8
Complementary color
Monochromatic Colors of #3FB9A8
Black with #3FB9A8
Text Example
Text Example
White with #3FB9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB9A8; }
p { color: rgb(63,185,168); }
H1.HeaderClassName
{
color: #3FB9A8;
}
.AnyTagClassName
{
color: #3FB9A8;
}
</style>
background-color css
<style>
a { background-color: #3FB9A8; }
a { background-color: rgb(63,185,168); }
div.DivClassName
{
background-color: #3FB9A8;
}
.BgClassName
{
background-color: #3FB9A8;
}
</style>
border-color css
<style>
span { border-color: #3FB9A8; }
span { border-color: rgb(63,185,168); }
td.TdClassName
{
border-color: #3FB9A8;
}
.TagClassName
{
border-color: #3FB9A8;
}
</style>