Shades of Puerto Rico #41BFAC
Tints of Puerto Rico #41BFAC
RGB
CMYK
RGB Variations
Color information
#41BFAC (or 0x41BFAC) is known color: Puerto Rico. HEX triplet: 41, BF and AC. RGB value is (65,191,172). Sum of RGB (Red+Green+Blue) = 65+191+172=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #41BFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BFAC is #BE4053. Grayscale: #979797. Windows color (decimal): -12468308 or 11321153. OLE color: 11321153.
HSL color Cylindrical-coordinate representation of color #41BFAC: hue angle of 170.95º 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 #41BFAC is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 172 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.25 |
| HSL | 170.95º | 0.5% | 0.5% | - |
| HSV(B) | 170.95º | 0.66% | 0.75% | - |
| XYZ | 28.26 | 41.36 | 45.52 | - |
| YUV | 151.16 | 139.76 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 172 | 0.66 | 0 | 0.10 | 0.25 | 170.95 | 0.5 | 0.5 |
| Hex | 41 | BF | AC | 42 | 0 | A | 19 | AB | 32 | 32 |
| Octal | 101 | 277 | 254 | 102 | 0 | 12 | 31 | 253 | 62 | 62 |
| Binary | 1000001 | 10111111 | 10101100 | 1000010 | 0 | 1010 | 11001 | 10101011 | 110010 | 110010 |
Color Harmonies of #41BFAC
Complementary color
Monochromatic Colors of #41BFAC
Black with #41BFAC
Text Example
Text Example
White with #41BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BFAC; }
p { color: rgb(65,191,172); }
H1.HeaderClassName
{
color: #41BFAC;
}
.AnyTagClassName
{
color: #41BFAC;
}
</style>
background-color css
<style>
a { background-color: #41BFAC; }
a { background-color: rgb(65,191,172); }
div.DivClassName
{
background-color: #41BFAC;
}
.BgClassName
{
background-color: #41BFAC;
}
</style>
border-color css
<style>
span { border-color: #41BFAC; }
span { border-color: rgb(65,191,172); }
td.TdClassName
{
border-color: #41BFAC;
}
.TagClassName
{
border-color: #41BFAC;
}
</style>