Shades of Puerto Rico #3FBCAD
Tints of Puerto Rico #3FBCAD
RGB
CMYK
RGB Variations
Color information
#3FBCAD (or 0x3FBCAD) is known color: Puerto Rico. HEX triplet: 3F, BC and AD. RGB value is (63,188,173). Sum of RGB (Red+Green+Blue) = 63+188+173=424 (56% of max value = 765). Red value is 63 (25% from 255 or 14.86% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBCAD is #C04352. Grayscale: #949494. Windows color (decimal): -12600147 or 11385919. OLE color: 11385919.
HSL color Cylindrical-coordinate representation of color #3FBCAD: hue angle of 172.8º 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 #3FBCAD is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 173 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.26 |
| HSL | 172.8º | 0.5% | 0.49% | - |
| HSV(B) | 172.8º | 0.66% | 0.74% | - |
| XYZ | 27.58 | 40.04 | 45.81 | - |
| YUV | 148.92 | 141.59 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 173 | 0.66 | 0 | 0.08 | 0.26 | 172.8 | 0.5 | 0.49 |
| Hex | 3F | BC | AD | 42 | 0 | 8 | 1A | AD | 32 | 31 |
| Octal | 77 | 274 | 255 | 102 | 0 | 10 | 32 | 255 | 62 | 61 |
| Binary | 111111 | 10111100 | 10101101 | 1000010 | 0 | 1000 | 11010 | 10101101 | 110010 | 110001 |
Color Harmonies of #3FBCAD
Complementary color
Monochromatic Colors of #3FBCAD
Black with #3FBCAD
Text Example
Text Example
White with #3FBCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCAD; }
p { color: rgb(63,188,173); }
H1.HeaderClassName
{
color: #3FBCAD;
}
.AnyTagClassName
{
color: #3FBCAD;
}
</style>
background-color css
<style>
a { background-color: #3FBCAD; }
a { background-color: rgb(63,188,173); }
div.DivClassName
{
background-color: #3FBCAD;
}
.BgClassName
{
background-color: #3FBCAD;
}
</style>
border-color css
<style>
span { border-color: #3FBCAD; }
span { border-color: rgb(63,188,173); }
td.TdClassName
{
border-color: #3FBCAD;
}
.TagClassName
{
border-color: #3FBCAD;
}
</style>