Shades of Puerto Rico #61C1AC
Tints of Puerto Rico #61C1AC
RGB
CMYK
RGB Variations
Color information
#61C1AC (or 0x61C1AC) is known color: Puerto Rico. HEX triplet: 61, C1 and AC. RGB value is (97,193,172). Sum of RGB (Red+Green+Blue) = 97+193+172=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #61C1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C1AC is #9E3E53. Grayscale: #A1A1A1. Windows color (decimal): -10370644 or 11321697. OLE color: 11321697.
HSL color Cylindrical-coordinate representation of color #61C1AC: hue angle of 166.88º 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 #61C1AC is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 172 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.24 |
| HSL | 166.88º | 0.44% | 0.57% | - |
| HSV(B) | 166.88º | 0.5% | 0.76% | - |
| XYZ | 31.45 | 43.66 | 45.8 | - |
| YUV | 161.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 172 | 0.50 | 0 | 0.11 | 0.24 | 166.88 | 0.44 | 0.57 |
| Hex | 61 | C1 | AC | 32 | 0 | B | 18 | A7 | 2C | 39 |
| Octal | 141 | 301 | 254 | 62 | 0 | 13 | 30 | 247 | 54 | 71 |
| Binary | 1100001 | 11000001 | 10101100 | 110010 | 0 | 1011 | 11000 | 10100111 | 101100 | 111001 |
Color Harmonies of #61C1AC
Complementary color
Monochromatic Colors of #61C1AC
Black with #61C1AC
Text Example
Text Example
White with #61C1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C1AC; }
p { color: rgb(97,193,172); }
H1.HeaderClassName
{
color: #61C1AC;
}
.AnyTagClassName
{
color: #61C1AC;
}
</style>
background-color css
<style>
a { background-color: #61C1AC; }
a { background-color: rgb(97,193,172); }
div.DivClassName
{
background-color: #61C1AC;
}
.BgClassName
{
background-color: #61C1AC;
}
</style>
border-color css
<style>
span { border-color: #61C1AC; }
span { border-color: rgb(97,193,172); }
td.TdClassName
{
border-color: #61C1AC;
}
.TagClassName
{
border-color: #61C1AC;
}
</style>