Shades of Puerto Rico #61BFB0
Tints of Puerto Rico #61BFB0
RGB
CMYK
RGB Variations
Color information
#61BFB0 (or 0x61BFB0) is known color: Puerto Rico. HEX triplet: 61, BF and B0. RGB value is (97,191,176). Sum of RGB (Red+Green+Blue) = 97+191+176=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #61BFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BFB0 is #9E404F. Grayscale: #A1A1A1. Windows color (decimal): -10371152 or 11583329. OLE color: 11583329.
HSL color Cylindrical-coordinate representation of color #61BFB0: hue angle of 170.43º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BFB0 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 191 | 176 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.25 |
| HSL | 170.43º | 0.42% | 0.56% | - |
| HSV(B) | 170.43º | 0.49% | 0.75% | - |
| XYZ | 31.4 | 42.94 | 47.71 | - |
| YUV | 161.18 | 136.36 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 191 | 176 | 0.49 | 0 | 0.08 | 0.25 | 170.43 | 0.42 | 0.56 |
| Hex | 61 | BF | B0 | 31 | 0 | 8 | 19 | AA | 2A | 38 |
| Octal | 141 | 277 | 260 | 61 | 0 | 10 | 31 | 252 | 52 | 70 |
| Binary | 1100001 | 10111111 | 10110000 | 110001 | 0 | 1000 | 11001 | 10101010 | 101010 | 111000 |
Color Harmonies of #61BFB0
Complementary color
Monochromatic Colors of #61BFB0
Black with #61BFB0
Text Example
Text Example
White with #61BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BFB0; }
p { color: rgb(97,191,176); }
H1.HeaderClassName
{
color: #61BFB0;
}
.AnyTagClassName
{
color: #61BFB0;
}
</style>
background-color css
<style>
a { background-color: #61BFB0; }
a { background-color: rgb(97,191,176); }
div.DivClassName
{
background-color: #61BFB0;
}
.BgClassName
{
background-color: #61BFB0;
}
</style>
border-color css
<style>
span { border-color: #61BFB0; }
span { border-color: rgb(97,191,176); }
td.TdClassName
{
border-color: #61BFB0;
}
.TagClassName
{
border-color: #61BFB0;
}
</style>