Shades of Puerto Rico #61BBB1
Tints of Puerto Rico #61BBB1
RGB
CMYK
RGB Variations
Color information
#61BBB1 (or 0x61BBB1) is known color: Puerto Rico. HEX triplet: 61, BB and B1. RGB value is (97,187,177). Sum of RGB (Red+Green+Blue) = 97+187+177=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #61BBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BBB1 is #9E444E. Grayscale: #9E9E9E. Windows color (decimal): -10372175 or 11647841. OLE color: 11647841.
HSL color Cylindrical-coordinate representation of color #61BBB1: hue angle of 173.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BBB1 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 187 | 177 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.27 |
| HSL | 173.33º | 0.4% | 0.56% | - |
| HSV(B) | 173.33º | 0.48% | 0.73% | - |
| XYZ | 30.64 | 41.26 | 47.94 | - |
| YUV | 158.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 177 | 0.48 | 0 | 0.05 | 0.27 | 173.33 | 0.4 | 0.56 |
| Hex | 61 | BB | B1 | 30 | 0 | 5 | 1B | AD | 28 | 38 |
| Octal | 141 | 273 | 261 | 60 | 0 | 5 | 33 | 255 | 50 | 70 |
| Binary | 1100001 | 10111011 | 10110001 | 110000 | 0 | 101 | 11011 | 10101101 | 101000 | 111000 |
Color Harmonies of #61BBB1
Complementary color
Monochromatic Colors of #61BBB1
Black with #61BBB1
Text Example
Text Example
White with #61BBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BBB1; }
p { color: rgb(97,187,177); }
H1.HeaderClassName
{
color: #61BBB1;
}
.AnyTagClassName
{
color: #61BBB1;
}
</style>
background-color css
<style>
a { background-color: #61BBB1; }
a { background-color: rgb(97,187,177); }
div.DivClassName
{
background-color: #61BBB1;
}
.BgClassName
{
background-color: #61BBB1;
}
</style>
border-color css
<style>
span { border-color: #61BBB1; }
span { border-color: rgb(97,187,177); }
td.TdClassName
{
border-color: #61BBB1;
}
.TagClassName
{
border-color: #61BBB1;
}
</style>