Shades of Puerto Rico #41C3AC
Tints of Puerto Rico #41C3AC
RGB
CMYK
RGB Variations
Color information
#41C3AC (or 0x41C3AC) is known color: Puerto Rico. HEX triplet: 41, C3 and AC. RGB value is (65,195,172). Sum of RGB (Red+Green+Blue) = 65+195+172=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #41C3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C3AC is #BE3C53. Grayscale: #999999. Windows color (decimal): -12467284 or 11322177. OLE color: 11322177.
HSL color Cylindrical-coordinate representation of color #41C3AC: hue angle of 169.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C3AC is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 172 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.24 |
| HSL | 169.38º | 0.52% | 0.51% | - |
| HSV(B) | 169.38º | 0.67% | 0.76% | - |
| XYZ | 29.14 | 43.13 | 45.82 | - |
| YUV | 153.51 | 138.43 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 172 | 0.67 | 0 | 0.12 | 0.24 | 169.38 | 0.52 | 0.51 |
| Hex | 41 | C3 | AC | 43 | 0 | C | 18 | A9 | 34 | 33 |
| Octal | 101 | 303 | 254 | 103 | 0 | 14 | 30 | 251 | 64 | 63 |
| Binary | 1000001 | 11000011 | 10101100 | 1000011 | 0 | 1100 | 11000 | 10101001 | 110100 | 110011 |
Color Harmonies of #41C3AC
Complementary color
Monochromatic Colors of #41C3AC
Black with #41C3AC
Text Example
Text Example
White with #41C3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C3AC; }
p { color: rgb(65,195,172); }
H1.HeaderClassName
{
color: #41C3AC;
}
.AnyTagClassName
{
color: #41C3AC;
}
</style>
background-color css
<style>
a { background-color: #41C3AC; }
a { background-color: rgb(65,195,172); }
div.DivClassName
{
background-color: #41C3AC;
}
.BgClassName
{
background-color: #41C3AC;
}
</style>
border-color css
<style>
span { border-color: #41C3AC; }
span { border-color: rgb(65,195,172); }
td.TdClassName
{
border-color: #41C3AC;
}
.TagClassName
{
border-color: #41C3AC;
}
</style>