Shades of Puerto Rico #41C3AF
Tints of Puerto Rico #41C3AF
RGB
CMYK
RGB Variations
Color information
#41C3AF (or 0x41C3AF) is known color: Puerto Rico. HEX triplet: 41, C3 and AF. RGB value is (65,195,175). Sum of RGB (Red+Green+Blue) = 65+195+175=435 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.94% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #41C3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C3AF is #BE3C50. Grayscale: #999999. Windows color (decimal): -12467281 or 11518785. OLE color: 11518785.
HSL color Cylindrical-coordinate representation of color #41C3AF: hue angle of 170.77º 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 #41C3AF is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 175 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.24 |
| HSL | 170.77º | 0.52% | 0.51% | - |
| HSV(B) | 170.77º | 0.67% | 0.76% | - |
| XYZ | 29.43 | 43.25 | 47.35 | - |
| YUV | 153.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 175 | 0.67 | 0 | 0.10 | 0.24 | 170.77 | 0.52 | 0.51 |
| Hex | 41 | C3 | AF | 43 | 0 | A | 18 | AB | 34 | 33 |
| Octal | 101 | 303 | 257 | 103 | 0 | 12 | 30 | 253 | 64 | 63 |
| Binary | 1000001 | 11000011 | 10101111 | 1000011 | 0 | 1010 | 11000 | 10101011 | 110100 | 110011 |
Color Harmonies of #41C3AF
Complementary color
Monochromatic Colors of #41C3AF
Black with #41C3AF
Text Example
Text Example
White with #41C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C3AF; }
p { color: rgb(65,195,175); }
H1.HeaderClassName
{
color: #41C3AF;
}
.AnyTagClassName
{
color: #41C3AF;
}
</style>
background-color css
<style>
a { background-color: #41C3AF; }
a { background-color: rgb(65,195,175); }
div.DivClassName
{
background-color: #41C3AF;
}
.BgClassName
{
background-color: #41C3AF;
}
</style>
border-color css
<style>
span { border-color: #41C3AF; }
span { border-color: rgb(65,195,175); }
td.TdClassName
{
border-color: #41C3AF;
}
.TagClassName
{
border-color: #41C3AF;
}
</style>