Shades of Puerto Rico #3FBCB3
Tints of Puerto Rico #3FBCB3
RGB
CMYK
RGB Variations
Color information
#3FBCB3 (or 0x3FBCB3) is known color: Puerto Rico. HEX triplet: 3F, BC and B3. RGB value is (63,188,179). Sum of RGB (Red+Green+Blue) = 63+188+179=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCB3 is #C0434C. Grayscale: #959595. Windows color (decimal): -12600141 or 11779135. OLE color: 11779135.
HSL color Cylindrical-coordinate representation of color #3FBCB3: hue angle of 175.68º 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 #3FBCB3 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 179 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.26 |
| HSL | 175.68º | 0.5% | 0.49% | - |
| HSV(B) | 175.68º | 0.66% | 0.74% | - |
| XYZ | 28.17 | 40.28 | 48.94 | - |
| YUV | 149.6 | 144.59 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 179 | 0.66 | 0 | 0.05 | 0.26 | 175.68 | 0.5 | 0.49 |
| Hex | 3F | BC | B3 | 42 | 0 | 5 | 1A | B0 | 32 | 31 |
| Octal | 77 | 274 | 263 | 102 | 0 | 5 | 32 | 260 | 62 | 61 |
| Binary | 111111 | 10111100 | 10110011 | 1000010 | 0 | 101 | 11010 | 10110000 | 110010 | 110001 |
Color Harmonies of #3FBCB3
Complementary color
Monochromatic Colors of #3FBCB3
Black with #3FBCB3
Text Example
Text Example
White with #3FBCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCB3; }
p { color: rgb(63,188,179); }
H1.HeaderClassName
{
color: #3FBCB3;
}
.AnyTagClassName
{
color: #3FBCB3;
}
</style>
background-color css
<style>
a { background-color: #3FBCB3; }
a { background-color: rgb(63,188,179); }
div.DivClassName
{
background-color: #3FBCB3;
}
.BgClassName
{
background-color: #3FBCB3;
}
</style>
border-color css
<style>
span { border-color: #3FBCB3; }
span { border-color: rgb(63,188,179); }
td.TdClassName
{
border-color: #3FBCB3;
}
.TagClassName
{
border-color: #3FBCB3;
}
</style>