Shades of Puerto Rico #41C2AD
Tints of Puerto Rico #41C2AD
RGB
CMYK
RGB Variations
Color information
#41C2AD (or 0x41C2AD) is known color: Puerto Rico. HEX triplet: 41, C2 and AD. RGB value is (65,194,173). Sum of RGB (Red+Green+Blue) = 65+194+173=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #41C2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C2AD is #BE3D52. Grayscale: #989898. Windows color (decimal): -12467539 or 11387457. OLE color: 11387457.
HSL color Cylindrical-coordinate representation of color #41C2AD: hue angle of 170.23º 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 #41C2AD is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 173 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.24 |
| HSL | 170.23º | 0.51% | 0.51% | - |
| HSV(B) | 170.23º | 0.66% | 0.76% | - |
| XYZ | 29.01 | 42.72 | 46.25 | - |
| YUV | 153.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 173 | 0.66 | 0 | 0.11 | 0.24 | 170.23 | 0.51 | 0.51 |
| Hex | 41 | C2 | AD | 42 | 0 | B | 18 | AA | 33 | 33 |
| Octal | 101 | 302 | 255 | 102 | 0 | 13 | 30 | 252 | 63 | 63 |
| Binary | 1000001 | 11000010 | 10101101 | 1000010 | 0 | 1011 | 11000 | 10101010 | 110011 | 110011 |
Color Harmonies of #41C2AD
Complementary color
Monochromatic Colors of #41C2AD
Black with #41C2AD
Text Example
Text Example
White with #41C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C2AD; }
p { color: rgb(65,194,173); }
H1.HeaderClassName
{
color: #41C2AD;
}
.AnyTagClassName
{
color: #41C2AD;
}
</style>
background-color css
<style>
a { background-color: #41C2AD; }
a { background-color: rgb(65,194,173); }
div.DivClassName
{
background-color: #41C2AD;
}
.BgClassName
{
background-color: #41C2AD;
}
</style>
border-color css
<style>
span { border-color: #41C2AD; }
span { border-color: rgb(65,194,173); }
td.TdClassName
{
border-color: #41C2AD;
}
.TagClassName
{
border-color: #41C2AD;
}
</style>