Shades of Puerto Rico #61BBAC
Tints of Puerto Rico #61BBAC
RGB
CMYK
RGB Variations
Color information
#61BBAC (or 0x61BBAC) is known color: Puerto Rico. HEX triplet: 61, BB and AC. RGB value is (97,187,172). Sum of RGB (Red+Green+Blue) = 97+187+172=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #61BBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BBAC is #9E4453. Grayscale: #9E9E9E. Windows color (decimal): -10372180 or 11320161. OLE color: 11320161.
HSL color Cylindrical-coordinate representation of color #61BBAC: hue angle of 170º 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 #61BBAC is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 187 | 172 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.27 |
| HSL | 170º | 0.4% | 0.56% | - |
| HSV(B) | 170º | 0.48% | 0.73% | - |
| XYZ | 30.15 | 41.06 | 45.37 | - |
| YUV | 158.38 | 135.68 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 172 | 0.48 | 0 | 0.08 | 0.27 | 170 | 0.4 | 0.56 |
| Hex | 61 | BB | AC | 30 | 0 | 8 | 1B | AA | 28 | 38 |
| Octal | 141 | 273 | 254 | 60 | 0 | 10 | 33 | 252 | 50 | 70 |
| Binary | 1100001 | 10111011 | 10101100 | 110000 | 0 | 1000 | 11011 | 10101010 | 101000 | 111000 |
Color Harmonies of #61BBAC
Complementary color
Monochromatic Colors of #61BBAC
Black with #61BBAC
Text Example
Text Example
White with #61BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BBAC; }
p { color: rgb(97,187,172); }
H1.HeaderClassName
{
color: #61BBAC;
}
.AnyTagClassName
{
color: #61BBAC;
}
</style>
background-color css
<style>
a { background-color: #61BBAC; }
a { background-color: rgb(97,187,172); }
div.DivClassName
{
background-color: #61BBAC;
}
.BgClassName
{
background-color: #61BBAC;
}
</style>
border-color css
<style>
span { border-color: #61BBAC; }
span { border-color: rgb(97,187,172); }
td.TdClassName
{
border-color: #61BBAC;
}
.TagClassName
{
border-color: #61BBAC;
}
</style>