Shades of Puerto Rico #41BEA6
Tints of Puerto Rico #41BEA6
RGB
CMYK
RGB Variations
Color information
#41BEA6 (or 0x41BEA6) is known color: Puerto Rico. HEX triplet: 41, BE and A6. RGB value is (65,190,166). Sum of RGB (Red+Green+Blue) = 65+190+166=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #41BEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BEA6 is #BE4159. Grayscale: #959595. Windows color (decimal): -12468570 or 10927681. OLE color: 10927681.
HSL color Cylindrical-coordinate representation of color #41BEA6: hue angle of 168.48º 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 #41BEA6 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 190 | 166 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.25 |
| HSL | 168.48º | 0.49% | 0.5% | - |
| HSV(B) | 168.48º | 0.66% | 0.75% | - |
| XYZ | 27.48 | 40.7 | 42.48 | - |
| YUV | 149.89 | 137.09 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 166 | 0.66 | 0 | 0.13 | 0.25 | 168.48 | 0.49 | 0.5 |
| Hex | 41 | BE | A6 | 42 | 0 | D | 19 | A8 | 31 | 32 |
| Octal | 101 | 276 | 246 | 102 | 0 | 15 | 31 | 250 | 61 | 62 |
| Binary | 1000001 | 10111110 | 10100110 | 1000010 | 0 | 1101 | 11001 | 10101000 | 110001 | 110010 |
Color Harmonies of #41BEA6
Complementary color
Monochromatic Colors of #41BEA6
Black with #41BEA6
Text Example
Text Example
White with #41BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BEA6; }
p { color: rgb(65,190,166); }
H1.HeaderClassName
{
color: #41BEA6;
}
.AnyTagClassName
{
color: #41BEA6;
}
</style>
background-color css
<style>
a { background-color: #41BEA6; }
a { background-color: rgb(65,190,166); }
div.DivClassName
{
background-color: #41BEA6;
}
.BgClassName
{
background-color: #41BEA6;
}
</style>
border-color css
<style>
span { border-color: #41BEA6; }
span { border-color: rgb(65,190,166); }
td.TdClassName
{
border-color: #41BEA6;
}
.TagClassName
{
border-color: #41BEA6;
}
</style>