Shades of Puerto Rico #3FBBAD
Tints of Puerto Rico #3FBBAD
RGB
CMYK
RGB Variations
Color information
#3FBBAD (or 0x3FBBAD) is known color: Puerto Rico. HEX triplet: 3F, BB and AD. RGB value is (63,187,173). Sum of RGB (Red+Green+Blue) = 63+187+173=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #3FBBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBBAD is #C04452. Grayscale: #949494. Windows color (decimal): -12600403 or 11385663. OLE color: 11385663.
HSL color Cylindrical-coordinate representation of color #3FBBAD: hue angle of 173.23º degrees, saturation: 0.5, 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 #3FBBAD is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 187 | 173 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.27 |
| HSL | 173.23º | 0.5% | 0.49% | - |
| HSV(B) | 173.23º | 0.66% | 0.73% | - |
| XYZ | 27.36 | 39.61 | 45.74 | - |
| YUV | 148.33 | 141.92 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 187 | 173 | 0.66 | 0 | 0.07 | 0.27 | 173.23 | 0.5 | 0.49 |
| Hex | 3F | BB | AD | 42 | 0 | 7 | 1B | AD | 32 | 31 |
| Octal | 77 | 273 | 255 | 102 | 0 | 7 | 33 | 255 | 62 | 61 |
| Binary | 111111 | 10111011 | 10101101 | 1000010 | 0 | 111 | 11011 | 10101101 | 110010 | 110001 |
Color Harmonies of #3FBBAD
Complementary color
Monochromatic Colors of #3FBBAD
Black with #3FBBAD
Text Example
Text Example
White with #3FBBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBBAD; }
p { color: rgb(63,187,173); }
H1.HeaderClassName
{
color: #3FBBAD;
}
.AnyTagClassName
{
color: #3FBBAD;
}
</style>
background-color css
<style>
a { background-color: #3FBBAD; }
a { background-color: rgb(63,187,173); }
div.DivClassName
{
background-color: #3FBBAD;
}
.BgClassName
{
background-color: #3FBBAD;
}
</style>
border-color css
<style>
span { border-color: #3FBBAD; }
span { border-color: rgb(63,187,173); }
td.TdClassName
{
border-color: #3FBBAD;
}
.TagClassName
{
border-color: #3FBBAD;
}
</style>