Shades of Puerto Rico #61C1B5
Tints of Puerto Rico #61C1B5
RGB
CMYK
RGB Variations
Color information
#61C1B5 (or 0x61C1B5) is known color: Puerto Rico. HEX triplet: 61, C1 and B5. RGB value is (97,193,181). Sum of RGB (Red+Green+Blue) = 97+193+181=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #61C1B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C1B5 is #9E3E4A. Grayscale: #A2A2A2. Windows color (decimal): -10370635 or 11911521. OLE color: 11911521.
HSL color Cylindrical-coordinate representation of color #61C1B5: hue angle of 172.5º 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 #61C1B5 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 181 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.24 |
| HSL | 172.5º | 0.44% | 0.57% | - |
| HSV(B) | 172.5º | 0.5% | 0.76% | - |
| XYZ | 32.34 | 44.02 | 50.51 | - |
| YUV | 162.93 | 138.2 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 181 | 0.50 | 0 | 0.06 | 0.24 | 172.5 | 0.44 | 0.57 |
| Hex | 61 | C1 | B5 | 32 | 0 | 6 | 18 | AC | 2C | 39 |
| Octal | 141 | 301 | 265 | 62 | 0 | 6 | 30 | 254 | 54 | 71 |
| Binary | 1100001 | 11000001 | 10110101 | 110010 | 0 | 110 | 11000 | 10101100 | 101100 | 111001 |
Color Harmonies of #61C1B5
Complementary color
Monochromatic Colors of #61C1B5
Black with #61C1B5
Text Example
Text Example
White with #61C1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C1B5; }
p { color: rgb(97,193,181); }
H1.HeaderClassName
{
color: #61C1B5;
}
.AnyTagClassName
{
color: #61C1B5;
}
</style>
background-color css
<style>
a { background-color: #61C1B5; }
a { background-color: rgb(97,193,181); }
div.DivClassName
{
background-color: #61C1B5;
}
.BgClassName
{
background-color: #61C1B5;
}
</style>
border-color css
<style>
span { border-color: #61C1B5; }
span { border-color: rgb(97,193,181); }
td.TdClassName
{
border-color: #61C1B5;
}
.TagClassName
{
border-color: #61C1B5;
}
</style>