Shades of Puerto Rico #41BEAB
Tints of Puerto Rico #41BEAB
RGB
CMYK
RGB Variations
Color information
#41BEAB (or 0x41BEAB) is known color: Puerto Rico. HEX triplet: 41, BE and AB. RGB value is (65,190,171). Sum of RGB (Red+Green+Blue) = 65+190+171=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #41BEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BEAB is #BE4154. Grayscale: #969696. Windows color (decimal): -12468565 or 11255361. OLE color: 11255361.
HSL color Cylindrical-coordinate representation of color #41BEAB: hue angle of 170.88º degrees, saturation: 0.49, 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 #41BEAB is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 190 | 171 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.25 |
| HSL | 170.88º | 0.49% | 0.5% | - |
| HSV(B) | 170.88º | 0.66% | 0.75% | - |
| XYZ | 27.94 | 40.89 | 44.95 | - |
| YUV | 150.46 | 139.59 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 171 | 0.66 | 0 | 0.10 | 0.25 | 170.88 | 0.49 | 0.5 |
| Hex | 41 | BE | AB | 42 | 0 | A | 19 | AB | 31 | 32 |
| Octal | 101 | 276 | 253 | 102 | 0 | 12 | 31 | 253 | 61 | 62 |
| Binary | 1000001 | 10111110 | 10101011 | 1000010 | 0 | 1010 | 11001 | 10101011 | 110001 | 110010 |
Color Harmonies of #41BEAB
Complementary color
Monochromatic Colors of #41BEAB
Black with #41BEAB
Text Example
Text Example
White with #41BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BEAB; }
p { color: rgb(65,190,171); }
H1.HeaderClassName
{
color: #41BEAB;
}
.AnyTagClassName
{
color: #41BEAB;
}
</style>
background-color css
<style>
a { background-color: #41BEAB; }
a { background-color: rgb(65,190,171); }
div.DivClassName
{
background-color: #41BEAB;
}
.BgClassName
{
background-color: #41BEAB;
}
</style>
border-color css
<style>
span { border-color: #41BEAB; }
span { border-color: rgb(65,190,171); }
td.TdClassName
{
border-color: #41BEAB;
}
.TagClassName
{
border-color: #41BEAB;
}
</style>