Shades of Puerto Rico #41C0AB
Tints of Puerto Rico #41C0AB
RGB
CMYK
RGB Variations
Color information
#41C0AB (or 0x41C0AB) is known color: Puerto Rico. HEX triplet: 41, C0 and AB. RGB value is (65,192,171). Sum of RGB (Red+Green+Blue) = 65+192+171=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #41C0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C0AB is #BE3F54. Grayscale: #979797. Windows color (decimal): -12468053 or 11255873. OLE color: 11255873.
HSL color Cylindrical-coordinate representation of color #41C0AB: hue angle of 170.08º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C0AB is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 171 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.25 |
| HSL | 170.08º | 0.5% | 0.5% | - |
| HSV(B) | 170.08º | 0.66% | 0.75% | - |
| XYZ | 28.38 | 41.76 | 45.09 | - |
| YUV | 151.63 | 138.92 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 171 | 0.66 | 0 | 0.11 | 0.25 | 170.08 | 0.5 | 0.5 |
| Hex | 41 | C0 | AB | 42 | 0 | B | 19 | AA | 32 | 32 |
| Octal | 101 | 300 | 253 | 102 | 0 | 13 | 31 | 252 | 62 | 62 |
| Binary | 1000001 | 11000000 | 10101011 | 1000010 | 0 | 1011 | 11001 | 10101010 | 110010 | 110010 |
Color Harmonies of #41C0AB
Complementary color
Monochromatic Colors of #41C0AB
Black with #41C0AB
Text Example
Text Example
White with #41C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C0AB; }
p { color: rgb(65,192,171); }
H1.HeaderClassName
{
color: #41C0AB;
}
.AnyTagClassName
{
color: #41C0AB;
}
</style>
background-color css
<style>
a { background-color: #41C0AB; }
a { background-color: rgb(65,192,171); }
div.DivClassName
{
background-color: #41C0AB;
}
.BgClassName
{
background-color: #41C0AB;
}
</style>
border-color css
<style>
span { border-color: #41C0AB; }
span { border-color: rgb(65,192,171); }
td.TdClassName
{
border-color: #41C0AB;
}
.TagClassName
{
border-color: #41C0AB;
}
</style>