Shades of Puerto Rico #61C1A8
Tints of Puerto Rico #61C1A8
RGB
CMYK
RGB Variations
Color information
#61C1A8 (or 0x61C1A8) is known color: Puerto Rico. HEX triplet: 61, C1 and A8. RGB value is (97,193,168). Sum of RGB (Red+Green+Blue) = 97+193+168=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #61C1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C1A8 is #9E3E57. Grayscale: #A1A1A1. Windows color (decimal): -10370648 or 11059553. OLE color: 11059553.
HSL color Cylindrical-coordinate representation of color #61C1A8: hue angle of 164.38º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C1A8 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 168 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.24 |
| HSL | 164.38º | 0.44% | 0.57% | - |
| HSV(B) | 164.38º | 0.5% | 0.76% | - |
| XYZ | 31.07 | 43.51 | 43.81 | - |
| YUV | 161.45 | 131.7 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 168 | 0.50 | 0 | 0.13 | 0.24 | 164.38 | 0.44 | 0.57 |
| Hex | 61 | C1 | A8 | 32 | 0 | D | 18 | A4 | 2C | 39 |
| Octal | 141 | 301 | 250 | 62 | 0 | 15 | 30 | 244 | 54 | 71 |
| Binary | 1100001 | 11000001 | 10101000 | 110010 | 0 | 1101 | 11000 | 10100100 | 101100 | 111001 |
Color Harmonies of #61C1A8
Complementary color
Monochromatic Colors of #61C1A8
Black with #61C1A8
Text Example
Text Example
White with #61C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C1A8; }
p { color: rgb(97,193,168); }
H1.HeaderClassName
{
color: #61C1A8;
}
.AnyTagClassName
{
color: #61C1A8;
}
</style>
background-color css
<style>
a { background-color: #61C1A8; }
a { background-color: rgb(97,193,168); }
div.DivClassName
{
background-color: #61C1A8;
}
.BgClassName
{
background-color: #61C1A8;
}
</style>
border-color css
<style>
span { border-color: #61C1A8; }
span { border-color: rgb(97,193,168); }
td.TdClassName
{
border-color: #61C1A8;
}
.TagClassName
{
border-color: #61C1A8;
}
</style>