Shades of Puerto Rico #41BFAB
Tints of Puerto Rico #41BFAB
RGB
CMYK
RGB Variations
Color information
#41BFAB (or 0x41BFAB) is known color: Puerto Rico. HEX triplet: 41, BF and AB. RGB value is (65,191,171). Sum of RGB (Red+Green+Blue) = 65+191+171=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #41BFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BFAB is #BE4054. Grayscale: #979797. Windows color (decimal): -12468309 or 11255617. OLE color: 11255617.
HSL color Cylindrical-coordinate representation of color #41BFAB: hue angle of 170.48º 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 #41BFAB is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 171 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.25 |
| HSL | 170.48º | 0.5% | 0.5% | - |
| HSV(B) | 170.48º | 0.66% | 0.75% | - |
| XYZ | 28.16 | 41.33 | 45.02 | - |
| YUV | 151.05 | 139.26 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 171 | 0.66 | 0 | 0.10 | 0.25 | 170.48 | 0.5 | 0.5 |
| Hex | 41 | BF | AB | 42 | 0 | A | 19 | AA | 32 | 32 |
| Octal | 101 | 277 | 253 | 102 | 0 | 12 | 31 | 252 | 62 | 62 |
| Binary | 1000001 | 10111111 | 10101011 | 1000010 | 0 | 1010 | 11001 | 10101010 | 110010 | 110010 |
Color Harmonies of #41BFAB
Complementary color
Monochromatic Colors of #41BFAB
Black with #41BFAB
Text Example
Text Example
White with #41BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BFAB; }
p { color: rgb(65,191,171); }
H1.HeaderClassName
{
color: #41BFAB;
}
.AnyTagClassName
{
color: #41BFAB;
}
</style>
background-color css
<style>
a { background-color: #41BFAB; }
a { background-color: rgb(65,191,171); }
div.DivClassName
{
background-color: #41BFAB;
}
.BgClassName
{
background-color: #41BFAB;
}
</style>
border-color css
<style>
span { border-color: #41BFAB; }
span { border-color: rgb(65,191,171); }
td.TdClassName
{
border-color: #41BFAB;
}
.TagClassName
{
border-color: #41BFAB;
}
</style>