Shades of Puerto Rico #61B4A6
Tints of Puerto Rico #61B4A6
RGB
CMYK
RGB Variations
Color information
#61B4A6 (or 0x61B4A6) is known color: Puerto Rico. HEX triplet: 61, B4 and A6. RGB value is (97,180,166). Sum of RGB (Red+Green+Blue) = 97+180+166=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #61B4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B4A6 is #9E4B59. Grayscale: #999999. Windows color (decimal): -10373978 or 10925153. OLE color: 10925153.
HSL color Cylindrical-coordinate representation of color #61B4A6: hue angle of 169.88º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B4A6 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 180 | 166 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.29 |
| HSL | 169.88º | 0.36% | 0.54% | - |
| HSV(B) | 169.88º | 0.46% | 0.71% | - |
| XYZ | 28.13 | 37.94 | 41.92 | - |
| YUV | 153.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 180 | 166 | 0.46 | 0 | 0.08 | 0.29 | 169.88 | 0.36 | 0.54 |
| Hex | 61 | B4 | A6 | 2E | 0 | 8 | 1D | AA | 24 | 36 |
| Octal | 141 | 264 | 246 | 56 | 0 | 10 | 35 | 252 | 44 | 66 |
| Binary | 1100001 | 10110100 | 10100110 | 101110 | 0 | 1000 | 11101 | 10101010 | 100100 | 110110 |
Color Harmonies of #61B4A6
Complementary color
Monochromatic Colors of #61B4A6
Black with #61B4A6
Text Example
Text Example
White with #61B4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B4A6; }
p { color: rgb(97,180,166); }
H1.HeaderClassName
{
color: #61B4A6;
}
.AnyTagClassName
{
color: #61B4A6;
}
</style>
background-color css
<style>
a { background-color: #61B4A6; }
a { background-color: rgb(97,180,166); }
div.DivClassName
{
background-color: #61B4A6;
}
.BgClassName
{
background-color: #61B4A6;
}
</style>
border-color css
<style>
span { border-color: #61B4A6; }
span { border-color: rgb(97,180,166); }
td.TdClassName
{
border-color: #61B4A6;
}
.TagClassName
{
border-color: #61B4A6;
}
</style>