Shades of Puerto Rico #41C2AE
Tints of Puerto Rico #41C2AE
RGB
CMYK
RGB Variations
Color information
#41C2AE (or 0x41C2AE) is known color: Puerto Rico. HEX triplet: 41, C2 and AE. RGB value is (65,194,174). Sum of RGB (Red+Green+Blue) = 65+194+174=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #41C2AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C2AE is #BE3D51. Grayscale: #999999. Windows color (decimal): -12467538 or 11452993. OLE color: 11452993.
HSL color Cylindrical-coordinate representation of color #41C2AE: hue angle of 170.7º 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 #41C2AE is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 174 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.24 |
| HSL | 170.7º | 0.51% | 0.51% | - |
| HSV(B) | 170.7º | 0.66% | 0.76% | - |
| XYZ | 29.11 | 42.76 | 46.76 | - |
| YUV | 153.15 | 139.76 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 174 | 0.66 | 0 | 0.10 | 0.24 | 170.7 | 0.51 | 0.51 |
| Hex | 41 | C2 | AE | 42 | 0 | A | 18 | AB | 33 | 33 |
| Octal | 101 | 302 | 256 | 102 | 0 | 12 | 30 | 253 | 63 | 63 |
| Binary | 1000001 | 11000010 | 10101110 | 1000010 | 0 | 1010 | 11000 | 10101011 | 110011 | 110011 |
Color Harmonies of #41C2AE
Complementary color
Monochromatic Colors of #41C2AE
Black with #41C2AE
Text Example
Text Example
White with #41C2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C2AE; }
p { color: rgb(65,194,174); }
H1.HeaderClassName
{
color: #41C2AE;
}
.AnyTagClassName
{
color: #41C2AE;
}
</style>
background-color css
<style>
a { background-color: #41C2AE; }
a { background-color: rgb(65,194,174); }
div.DivClassName
{
background-color: #41C2AE;
}
.BgClassName
{
background-color: #41C2AE;
}
</style>
border-color css
<style>
span { border-color: #41C2AE; }
span { border-color: rgb(65,194,174); }
td.TdClassName
{
border-color: #41C2AE;
}
.TagClassName
{
border-color: #41C2AE;
}
</style>