Shades of Puerto Rico #41C2AF
Tints of Puerto Rico #41C2AF
RGB
CMYK
RGB Variations
Color information
#41C2AF (or 0x41C2AF) is known color: Puerto Rico. HEX triplet: 41, C2 and AF. RGB value is (65,194,175). Sum of RGB (Red+Green+Blue) = 65+194+175=434 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.98% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #41C2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C2AF is #BE3D50. Grayscale: #999999. Windows color (decimal): -12467537 or 11518529. OLE color: 11518529.
HSL color Cylindrical-coordinate representation of color #41C2AF: hue angle of 171.16º 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 #41C2AF is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 175 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.24 |
| HSL | 171.16º | 0.51% | 0.51% | - |
| HSV(B) | 171.16º | 0.66% | 0.76% | - |
| XYZ | 29.21 | 42.8 | 47.28 | - |
| YUV | 153.26 | 140.26 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 175 | 0.66 | 0 | 0.10 | 0.24 | 171.16 | 0.51 | 0.51 |
| Hex | 41 | C2 | AF | 42 | 0 | A | 18 | AB | 33 | 33 |
| Octal | 101 | 302 | 257 | 102 | 0 | 12 | 30 | 253 | 63 | 63 |
| Binary | 1000001 | 11000010 | 10101111 | 1000010 | 0 | 1010 | 11000 | 10101011 | 110011 | 110011 |
Color Harmonies of #41C2AF
Complementary color
Monochromatic Colors of #41C2AF
Black with #41C2AF
Text Example
Text Example
White with #41C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C2AF; }
p { color: rgb(65,194,175); }
H1.HeaderClassName
{
color: #41C2AF;
}
.AnyTagClassName
{
color: #41C2AF;
}
</style>
background-color css
<style>
a { background-color: #41C2AF; }
a { background-color: rgb(65,194,175); }
div.DivClassName
{
background-color: #41C2AF;
}
.BgClassName
{
background-color: #41C2AF;
}
</style>
border-color css
<style>
span { border-color: #41C2AF; }
span { border-color: rgb(65,194,175); }
td.TdClassName
{
border-color: #41C2AF;
}
.TagClassName
{
border-color: #41C2AF;
}
</style>