Shades of Puerto Rico #61B4A5
Tints of Puerto Rico #61B4A5
RGB
CMYK
RGB Variations
Color information
#61B4A5 (or 0x61B4A5) is known color: Puerto Rico. HEX triplet: 61, B4 and A5. RGB value is (97,180,165). Sum of RGB (Red+Green+Blue) = 97+180+165=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #61B4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B4A5 is #9E4B5A. Grayscale: #999999. Windows color (decimal): -10373979 or 10859617. OLE color: 10859617.
HSL color Cylindrical-coordinate representation of color #61B4A5: hue angle of 169.16º 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 #61B4A5 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 180 | 165 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.29 |
| HSL | 169.16º | 0.36% | 0.54% | - |
| HSV(B) | 169.16º | 0.46% | 0.71% | - |
| XYZ | 28.04 | 37.9 | 41.43 | - |
| YUV | 153.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 180 | 165 | 0.46 | 0 | 0.08 | 0.29 | 169.16 | 0.36 | 0.54 |
| Hex | 61 | B4 | A5 | 2E | 0 | 8 | 1D | A9 | 24 | 36 |
| Octal | 141 | 264 | 245 | 56 | 0 | 10 | 35 | 251 | 44 | 66 |
| Binary | 1100001 | 10110100 | 10100101 | 101110 | 0 | 1000 | 11101 | 10101001 | 100100 | 110110 |
Color Harmonies of #61B4A5
Complementary color
Monochromatic Colors of #61B4A5
Black with #61B4A5
Text Example
Text Example
White with #61B4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B4A5; }
p { color: rgb(97,180,165); }
H1.HeaderClassName
{
color: #61B4A5;
}
.AnyTagClassName
{
color: #61B4A5;
}
</style>
background-color css
<style>
a { background-color: #61B4A5; }
a { background-color: rgb(97,180,165); }
div.DivClassName
{
background-color: #61B4A5;
}
.BgClassName
{
background-color: #61B4A5;
}
</style>
border-color css
<style>
span { border-color: #61B4A5; }
span { border-color: rgb(97,180,165); }
td.TdClassName
{
border-color: #61B4A5;
}
.TagClassName
{
border-color: #61B4A5;
}
</style>