Shades of Puerto Rico #41C1AD
Tints of Puerto Rico #41C1AD
RGB
CMYK
RGB Variations
Color information
#41C1AD (or 0x41C1AD) is known color: Puerto Rico. HEX triplet: 41, C1 and AD. RGB value is (65,193,173). Sum of RGB (Red+Green+Blue) = 65+193+173=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #41C1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C1AD is #BE3E52. Grayscale: #989898. Windows color (decimal): -12467795 or 11387201. OLE color: 11387201.
HSL color Cylindrical-coordinate representation of color #41C1AD: hue angle of 170.62º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C1AD is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 193 | 173 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.24 |
| HSL | 170.63º | 0.51% | 0.51% | - |
| HSV(B) | 170.63º | 0.66% | 0.76% | - |
| XYZ | 28.79 | 42.28 | 46.18 | - |
| YUV | 152.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 193 | 173 | 0.66 | 0 | 0.10 | 0.24 | 170.63 | 0.51 | 0.51 |
| Hex | 41 | C1 | AD | 42 | 0 | A | 18 | AB | 33 | 33 |
| Octal | 101 | 301 | 255 | 102 | 0 | 12 | 30 | 253 | 63 | 63 |
| Binary | 1000001 | 11000001 | 10101101 | 1000010 | 0 | 1010 | 11000 | 10101011 | 110011 | 110011 |
Color Harmonies of #41C1AD
Complementary color
Monochromatic Colors of #41C1AD
Black with #41C1AD
Text Example
Text Example
White with #41C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C1AD; }
p { color: rgb(65,193,173); }
H1.HeaderClassName
{
color: #41C1AD;
}
.AnyTagClassName
{
color: #41C1AD;
}
</style>
background-color css
<style>
a { background-color: #41C1AD; }
a { background-color: rgb(65,193,173); }
div.DivClassName
{
background-color: #41C1AD;
}
.BgClassName
{
background-color: #41C1AD;
}
</style>
border-color css
<style>
span { border-color: #41C1AD; }
span { border-color: rgb(65,193,173); }
td.TdClassName
{
border-color: #41C1AD;
}
.TagClassName
{
border-color: #41C1AD;
}
</style>