Shades of Puerto Rico #41B9A1
Tints of Puerto Rico #41B9A1
RGB
CMYK
RGB Variations
Color information
#41B9A1 (or 0x41B9A1) is known color: Puerto Rico. HEX triplet: 41, B9 and A1. RGB value is (65,185,161). Sum of RGB (Red+Green+Blue) = 65+185+161=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #41B9A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41B9A1 is #BE465E. Grayscale: #929292. Windows color (decimal): -12469855 or 10598721. OLE color: 10598721.
HSL color Cylindrical-coordinate representation of color #41B9A1: hue angle of 168º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B9A1 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 185 | 161 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.27 |
| HSL | 168º | 0.48% | 0.49% | - |
| HSV(B) | 168º | 0.65% | 0.73% | - |
| XYZ | 25.96 | 38.39 | 39.76 | - |
| YUV | 146.38 | 136.24 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 185 | 161 | 0.65 | 0 | 0.13 | 0.27 | 168 | 0.48 | 0.49 |
| Hex | 41 | B9 | A1 | 41 | 0 | D | 1B | A8 | 30 | 31 |
| Octal | 101 | 271 | 241 | 101 | 0 | 15 | 33 | 250 | 60 | 61 |
| Binary | 1000001 | 10111001 | 10100001 | 1000001 | 0 | 1101 | 11011 | 10101000 | 110000 | 110001 |
Color Harmonies of #41B9A1
Complementary color
Monochromatic Colors of #41B9A1
Black with #41B9A1
Text Example
Text Example
White with #41B9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B9A1; }
p { color: rgb(65,185,161); }
H1.HeaderClassName
{
color: #41B9A1;
}
.AnyTagClassName
{
color: #41B9A1;
}
</style>
background-color css
<style>
a { background-color: #41B9A1; }
a { background-color: rgb(65,185,161); }
div.DivClassName
{
background-color: #41B9A1;
}
.BgClassName
{
background-color: #41B9A1;
}
</style>
border-color css
<style>
span { border-color: #41B9A1; }
span { border-color: rgb(65,185,161); }
td.TdClassName
{
border-color: #41B9A1;
}
.TagClassName
{
border-color: #41B9A1;
}
</style>