Shades of Puerto Rico #41ABA1
Tints of Puerto Rico #41ABA1
RGB
CMYK
RGB Variations
Color information
#41ABA1 (or 0x41ABA1) is known color: Puerto Rico. HEX triplet: 41, AB and A1. RGB value is (65,171,161). Sum of RGB (Red+Green+Blue) = 65+171+161=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #41ABA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ABA1 is #BE545E. Grayscale: #8A8A8A. Windows color (decimal): -12473439 or 10595137. OLE color: 10595137.
HSL color Cylindrical-coordinate representation of color #41ABA1: hue angle of 174.34º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41ABA1 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 171 | 161 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.33 |
| HSL | 174.34º | 0.45% | 0.46% | - |
| HSV(B) | 174.34º | 0.62% | 0.67% | - |
| XYZ | 23.18 | 32.82 | 38.83 | - |
| YUV | 138.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 171 | 161 | 0.62 | 0 | 0.06 | 0.33 | 174.34 | 0.45 | 0.46 |
| Hex | 41 | AB | A1 | 3E | 0 | 6 | 21 | AE | 2D | 2E |
| Octal | 101 | 253 | 241 | 76 | 0 | 6 | 41 | 256 | 55 | 56 |
| Binary | 1000001 | 10101011 | 10100001 | 111110 | 0 | 110 | 100001 | 10101110 | 101101 | 101110 |
Color Harmonies of #41ABA1
Complementary color
Monochromatic Colors of #41ABA1
Black with #41ABA1
Text Example
Text Example
White with #41ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ABA1; }
p { color: rgb(65,171,161); }
H1.HeaderClassName
{
color: #41ABA1;
}
.AnyTagClassName
{
color: #41ABA1;
}
</style>
background-color css
<style>
a { background-color: #41ABA1; }
a { background-color: rgb(65,171,161); }
div.DivClassName
{
background-color: #41ABA1;
}
.BgClassName
{
background-color: #41ABA1;
}
</style>
border-color css
<style>
span { border-color: #41ABA1; }
span { border-color: rgb(65,171,161); }
td.TdClassName
{
border-color: #41ABA1;
}
.TagClassName
{
border-color: #41ABA1;
}
</style>