Shades of Puerto Rico #3FBEB0
Tints of Puerto Rico #3FBEB0
RGB
CMYK
RGB Variations
Color information
#3FBEB0 (or 0x3FBEB0) is known color: Puerto Rico. HEX triplet: 3F, BE and B0. RGB value is (63,190,176). Sum of RGB (Red+Green+Blue) = 63+190+176=429 (56% of max value = 765). Red value is 63 (25% from 255 or 14.69% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBEB0 is #C0414F. Grayscale: #969696. Windows color (decimal): -12599632 or 11583039. OLE color: 11583039.
HSL color Cylindrical-coordinate representation of color #3FBEB0: hue angle of 173.39º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBEB0 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 176 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.25 |
| HSL | 173.39º | 0.5% | 0.5% | - |
| HSV(B) | 173.39º | 0.67% | 0.75% | - |
| XYZ | 28.3 | 41.02 | 47.5 | - |
| YUV | 150.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 176 | 0.67 | 0 | 0.07 | 0.25 | 173.39 | 0.5 | 0.5 |
| Hex | 3F | BE | B0 | 43 | 0 | 7 | 19 | AD | 32 | 32 |
| Octal | 77 | 276 | 260 | 103 | 0 | 7 | 31 | 255 | 62 | 62 |
| Binary | 111111 | 10111110 | 10110000 | 1000011 | 0 | 111 | 11001 | 10101101 | 110010 | 110010 |
Color Harmonies of #3FBEB0
Complementary color
Monochromatic Colors of #3FBEB0
Black with #3FBEB0
Text Example
Text Example
White with #3FBEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBEB0; }
p { color: rgb(63,190,176); }
H1.HeaderClassName
{
color: #3FBEB0;
}
.AnyTagClassName
{
color: #3FBEB0;
}
</style>
background-color css
<style>
a { background-color: #3FBEB0; }
a { background-color: rgb(63,190,176); }
div.DivClassName
{
background-color: #3FBEB0;
}
.BgClassName
{
background-color: #3FBEB0;
}
</style>
border-color css
<style>
span { border-color: #3FBEB0; }
span { border-color: rgb(63,190,176); }
td.TdClassName
{
border-color: #3FBEB0;
}
.TagClassName
{
border-color: #3FBEB0;
}
</style>