Shades of Puerto Rico #41BFB0
Tints of Puerto Rico #41BFB0
RGB
CMYK
RGB Variations
Color information
#41BFB0 (or 0x41BFB0) is known color: Puerto Rico. HEX triplet: 41, BF and B0. RGB value is (65,191,176). Sum of RGB (Red+Green+Blue) = 65+191+176=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #41BFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BFB0 is #BE404F. Grayscale: #979797. Windows color (decimal): -12468304 or 11583297. OLE color: 11583297.
HSL color Cylindrical-coordinate representation of color #41BFB0: hue angle of 172.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BFB0 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 176 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.25 |
| HSL | 172.86º | 0.5% | 0.5% | - |
| HSV(B) | 172.86º | 0.66% | 0.75% | - |
| XYZ | 28.65 | 41.52 | 47.58 | - |
| YUV | 151.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 176 | 0.66 | 0 | 0.08 | 0.25 | 172.86 | 0.5 | 0.5 |
| Hex | 41 | BF | B0 | 42 | 0 | 8 | 19 | AD | 32 | 32 |
| Octal | 101 | 277 | 260 | 102 | 0 | 10 | 31 | 255 | 62 | 62 |
| Binary | 1000001 | 10111111 | 10110000 | 1000010 | 0 | 1000 | 11001 | 10101101 | 110010 | 110010 |
Color Harmonies of #41BFB0
Complementary color
Monochromatic Colors of #41BFB0
Black with #41BFB0
Text Example
Text Example
White with #41BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BFB0; }
p { color: rgb(65,191,176); }
H1.HeaderClassName
{
color: #41BFB0;
}
.AnyTagClassName
{
color: #41BFB0;
}
</style>
background-color css
<style>
a { background-color: #41BFB0; }
a { background-color: rgb(65,191,176); }
div.DivClassName
{
background-color: #41BFB0;
}
.BgClassName
{
background-color: #41BFB0;
}
</style>
border-color css
<style>
span { border-color: #41BFB0; }
span { border-color: rgb(65,191,176); }
td.TdClassName
{
border-color: #41BFB0;
}
.TagClassName
{
border-color: #41BFB0;
}
</style>