Shades of Puerto Rico #61BBA8
Tints of Puerto Rico #61BBA8
RGB
CMYK
RGB Variations
Color information
#61BBA8 (or 0x61BBA8) is known color: Puerto Rico. HEX triplet: 61, BB and A8. RGB value is (97,187,168). Sum of RGB (Red+Green+Blue) = 97+187+168=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #61BBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BBA8 is #9E4457. Grayscale: #9D9D9D. Windows color (decimal): -10372184 or 11058017. OLE color: 11058017.
HSL color Cylindrical-coordinate representation of color #61BBA8: hue angle of 167.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 #61BBA8 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 187 | 168 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.27 |
| HSL | 167.33º | 0.4% | 0.56% | - |
| HSV(B) | 167.33º | 0.48% | 0.73% | - |
| XYZ | 29.77 | 40.91 | 43.37 | - |
| YUV | 157.92 | 133.68 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 168 | 0.48 | 0 | 0.10 | 0.27 | 167.33 | 0.4 | 0.56 |
| Hex | 61 | BB | A8 | 30 | 0 | A | 1B | A7 | 28 | 38 |
| Octal | 141 | 273 | 250 | 60 | 0 | 12 | 33 | 247 | 50 | 70 |
| Binary | 1100001 | 10111011 | 10101000 | 110000 | 0 | 1010 | 11011 | 10100111 | 101000 | 111000 |
Color Harmonies of #61BBA8
Complementary color
Monochromatic Colors of #61BBA8
Black with #61BBA8
Text Example
Text Example
White with #61BBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BBA8; }
p { color: rgb(97,187,168); }
H1.HeaderClassName
{
color: #61BBA8;
}
.AnyTagClassName
{
color: #61BBA8;
}
</style>
background-color css
<style>
a { background-color: #61BBA8; }
a { background-color: rgb(97,187,168); }
div.DivClassName
{
background-color: #61BBA8;
}
.BgClassName
{
background-color: #61BBA8;
}
</style>
border-color css
<style>
span { border-color: #61BBA8; }
span { border-color: rgb(97,187,168); }
td.TdClassName
{
border-color: #61BBA8;
}
.TagClassName
{
border-color: #61BBA8;
}
</style>