Shades of Puerto Rico #41BFB2
Tints of Puerto Rico #41BFB2
RGB
CMYK
RGB Variations
Color information
#41BFB2 (or 0x41BFB2) is known color: Puerto Rico. HEX triplet: 41, BF and B2. RGB value is (65,191,178). Sum of RGB (Red+Green+Blue) = 65+191+178=434 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.98% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #41BFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BFB2 is #BE404D. Grayscale: #979797. Windows color (decimal): -12468302 or 11714369. OLE color: 11714369.
HSL color Cylindrical-coordinate representation of color #41BFB2: hue angle of 173.81º 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 #41BFB2 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 178 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.25 |
| HSL | 173.81º | 0.5% | 0.5% | - |
| HSV(B) | 173.81º | 0.66% | 0.75% | - |
| XYZ | 28.85 | 41.6 | 48.63 | - |
| YUV | 151.84 | 142.76 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 178 | 0.66 | 0 | 0.07 | 0.25 | 173.81 | 0.5 | 0.5 |
| Hex | 41 | BF | B2 | 42 | 0 | 7 | 19 | AE | 32 | 32 |
| Octal | 101 | 277 | 262 | 102 | 0 | 7 | 31 | 256 | 62 | 62 |
| Binary | 1000001 | 10111111 | 10110010 | 1000010 | 0 | 111 | 11001 | 10101110 | 110010 | 110010 |
Color Harmonies of #41BFB2
Complementary color
Monochromatic Colors of #41BFB2
Black with #41BFB2
Text Example
Text Example
White with #41BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BFB2; }
p { color: rgb(65,191,178); }
H1.HeaderClassName
{
color: #41BFB2;
}
.AnyTagClassName
{
color: #41BFB2;
}
</style>
background-color css
<style>
a { background-color: #41BFB2; }
a { background-color: rgb(65,191,178); }
div.DivClassName
{
background-color: #41BFB2;
}
.BgClassName
{
background-color: #41BFB2;
}
</style>
border-color css
<style>
span { border-color: #41BFB2; }
span { border-color: rgb(65,191,178); }
td.TdClassName
{
border-color: #41BFB2;
}
.TagClassName
{
border-color: #41BFB2;
}
</style>