Shades of Puerto Rico #41C2AA
Tints of Puerto Rico #41C2AA
RGB
CMYK
RGB Variations
Color information
#41C2AA (or 0x41C2AA) is known color: Puerto Rico. HEX triplet: 41, C2 and AA. RGB value is (65,194,170). Sum of RGB (Red+Green+Blue) = 65+194+170=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #41C2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C2AA is #BE3D55. Grayscale: #989898. Windows color (decimal): -12467542 or 11190849. OLE color: 11190849.
HSL color Cylindrical-coordinate representation of color #41C2AA: hue angle of 168.84º 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 #41C2AA is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 170 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.24 |
| HSL | 168.84º | 0.51% | 0.51% | - |
| HSV(B) | 168.84º | 0.66% | 0.76% | - |
| XYZ | 28.73 | 42.61 | 44.74 | - |
| YUV | 152.69 | 137.76 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 170 | 0.66 | 0 | 0.12 | 0.24 | 168.84 | 0.51 | 0.51 |
| Hex | 41 | C2 | AA | 42 | 0 | C | 18 | A9 | 33 | 33 |
| Octal | 101 | 302 | 252 | 102 | 0 | 14 | 30 | 251 | 63 | 63 |
| Binary | 1000001 | 11000010 | 10101010 | 1000010 | 0 | 1100 | 11000 | 10101001 | 110011 | 110011 |
Color Harmonies of #41C2AA
Complementary color
Monochromatic Colors of #41C2AA
Black with #41C2AA
Text Example
Text Example
White with #41C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C2AA; }
p { color: rgb(65,194,170); }
H1.HeaderClassName
{
color: #41C2AA;
}
.AnyTagClassName
{
color: #41C2AA;
}
</style>
background-color css
<style>
a { background-color: #41C2AA; }
a { background-color: rgb(65,194,170); }
div.DivClassName
{
background-color: #41C2AA;
}
.BgClassName
{
background-color: #41C2AA;
}
</style>
border-color css
<style>
span { border-color: #41C2AA; }
span { border-color: rgb(65,194,170); }
td.TdClassName
{
border-color: #41C2AA;
}
.TagClassName
{
border-color: #41C2AA;
}
</style>