Shades of Puerto Rico #41ADA2
Tints of Puerto Rico #41ADA2
RGB
CMYK
RGB Variations
Color information
#41ADA2 (or 0x41ADA2) is known color: Puerto Rico. HEX triplet: 41, AD and A2. RGB value is (65,173,162). Sum of RGB (Red+Green+Blue) = 65+173+162=400 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.25% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #41ADA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ADA2 is #BE525D. Grayscale: #8B8B8B. Windows color (decimal): -12472926 or 10661185. OLE color: 10661185.
HSL color Cylindrical-coordinate representation of color #41ADA2: hue angle of 173.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41ADA2 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 173 | 162 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.32 |
| HSL | 173.89º | 0.45% | 0.47% | - |
| HSV(B) | 173.89º | 0.62% | 0.68% | - |
| XYZ | 23.65 | 33.62 | 39.43 | - |
| YUV | 139.45 | 140.72 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 173 | 162 | 0.62 | 0 | 0.06 | 0.32 | 173.89 | 0.45 | 0.47 |
| Hex | 41 | AD | A2 | 3E | 0 | 6 | 20 | AE | 2D | 2F |
| Octal | 101 | 255 | 242 | 76 | 0 | 6 | 40 | 256 | 55 | 57 |
| Binary | 1000001 | 10101101 | 10100010 | 111110 | 0 | 110 | 100000 | 10101110 | 101101 | 101111 |
Color Harmonies of #41ADA2
Complementary color
Monochromatic Colors of #41ADA2
Black with #41ADA2
Text Example
Text Example
White with #41ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ADA2; }
p { color: rgb(65,173,162); }
H1.HeaderClassName
{
color: #41ADA2;
}
.AnyTagClassName
{
color: #41ADA2;
}
</style>
background-color css
<style>
a { background-color: #41ADA2; }
a { background-color: rgb(65,173,162); }
div.DivClassName
{
background-color: #41ADA2;
}
.BgClassName
{
background-color: #41ADA2;
}
</style>
border-color css
<style>
span { border-color: #41ADA2; }
span { border-color: rgb(65,173,162); }
td.TdClassName
{
border-color: #41ADA2;
}
.TagClassName
{
border-color: #41ADA2;
}
</style>