Shades of Puerto Rico #41BFA5
Tints of Puerto Rico #41BFA5
RGB
CMYK
RGB Variations
Color information
#41BFA5 (or 0x41BFA5) is known color: Puerto Rico. HEX triplet: 41, BF and A5. RGB value is (65,191,165). Sum of RGB (Red+Green+Blue) = 65+191+165=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #41BFA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BFA5 is #BE405A. Grayscale: #969696. Windows color (decimal): -12468315 or 10862401. OLE color: 10862401.
HSL color Cylindrical-coordinate representation of color #41BFA5: hue angle of 167.62º 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 #41BFA5 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 165 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.25 |
| HSL | 167.62º | 0.5% | 0.5% | - |
| HSV(B) | 167.62º | 0.66% | 0.75% | - |
| XYZ | 27.6 | 41.1 | 42.08 | - |
| YUV | 150.36 | 136.26 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 165 | 0.66 | 0 | 0.14 | 0.25 | 167.62 | 0.5 | 0.5 |
| Hex | 41 | BF | A5 | 42 | 0 | E | 19 | A8 | 32 | 32 |
| Octal | 101 | 277 | 245 | 102 | 0 | 16 | 31 | 250 | 62 | 62 |
| Binary | 1000001 | 10111111 | 10100101 | 1000010 | 0 | 1110 | 11001 | 10101000 | 110010 | 110010 |
Color Harmonies of #41BFA5
Complementary color
Monochromatic Colors of #41BFA5
Black with #41BFA5
Text Example
Text Example
White with #41BFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BFA5; }
p { color: rgb(65,191,165); }
H1.HeaderClassName
{
color: #41BFA5;
}
.AnyTagClassName
{
color: #41BFA5;
}
</style>
background-color css
<style>
a { background-color: #41BFA5; }
a { background-color: rgb(65,191,165); }
div.DivClassName
{
background-color: #41BFA5;
}
.BgClassName
{
background-color: #41BFA5;
}
</style>
border-color css
<style>
span { border-color: #41BFA5; }
span { border-color: rgb(65,191,165); }
td.TdClassName
{
border-color: #41BFA5;
}
.TagClassName
{
border-color: #41BFA5;
}
</style>