Shades of Puerto Rico #3FBCA8
Tints of Puerto Rico #3FBCA8
RGB
CMYK
RGB Variations
Color information
#3FBCA8 (or 0x3FBCA8) is known color: Puerto Rico. HEX triplet: 3F, BC and A8. RGB value is (63,188,168). Sum of RGB (Red+Green+Blue) = 63+188+168=419 (55% of max value = 765). Red value is 63 (25% from 255 or 15.04% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBCA8 is #C04357. Grayscale: #949494. Windows color (decimal): -12600152 or 11058239. OLE color: 11058239.
HSL color Cylindrical-coordinate representation of color #3FBCA8: hue angle of 170.4º 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 #3FBCA8 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 168 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.26 |
| HSL | 170.4º | 0.5% | 0.49% | - |
| HSV(B) | 170.4º | 0.66% | 0.74% | - |
| XYZ | 27.1 | 39.85 | 43.31 | - |
| YUV | 148.35 | 139.09 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 168 | 0.66 | 0 | 0.11 | 0.26 | 170.4 | 0.5 | 0.49 |
| Hex | 3F | BC | A8 | 42 | 0 | B | 1A | AA | 32 | 31 |
| Octal | 77 | 274 | 250 | 102 | 0 | 13 | 32 | 252 | 62 | 61 |
| Binary | 111111 | 10111100 | 10101000 | 1000010 | 0 | 1011 | 11010 | 10101010 | 110010 | 110001 |
Color Harmonies of #3FBCA8
Complementary color
Monochromatic Colors of #3FBCA8
Black with #3FBCA8
Text Example
Text Example
White with #3FBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCA8; }
p { color: rgb(63,188,168); }
H1.HeaderClassName
{
color: #3FBCA8;
}
.AnyTagClassName
{
color: #3FBCA8;
}
</style>
background-color css
<style>
a { background-color: #3FBCA8; }
a { background-color: rgb(63,188,168); }
div.DivClassName
{
background-color: #3FBCA8;
}
.BgClassName
{
background-color: #3FBCA8;
}
</style>
border-color css
<style>
span { border-color: #3FBCA8; }
span { border-color: rgb(63,188,168); }
td.TdClassName
{
border-color: #3FBCA8;
}
.TagClassName
{
border-color: #3FBCA8;
}
</style>