#61C1A9

Color #61C1A9 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #61C1A9

Tints of Puerto Rico #61C1A9

Color information

#61C1A9 (or 0x61C1A9) is unknown color: approx Puerto Rico. HEX triplet: 61, C1 and A9. RGB value is (97,193,169). Sum of RGB (Red+Green+Blue) = 97+193+169=459 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.13% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #61C1A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C1A9 is #9E3E56. Grayscale: #A1A1A1. Windows color (decimal): -10370647 or 11125089. OLE color: 11125089.

HSL color Cylindrical-coordinate representation of color #61C1A9: hue angle of 165º 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 #61C1A9 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB97193169-
CMYK0.5000.120.24
HSL165º43.64%56.86%-
HSV(B)165º49.74%75.69%-
XYZ31.1643.5544.3-
YUV161.56132.281.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 21.13%
GREEN value IS 193 (75.78% from 255) = 42.05%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=21.13%
G=42.05%
B=36.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971931690.5000.120.2416543.6456.86
Hex61C1A9320C18a52c39
Octal14130125162014302455471
Binary11000011100000110101001110010011001100010100101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61C1A9; }

 p { color: rgb(97,193,169); }

 H1.HeaderClassName
 {
   color: #61C1A9;
 }
 .AnyTagClassName
 {
   color: #61C1A9;
 }
</style>
background-color css

<style>
 a { background-color: #61C1A9; }

 a { background-color: rgb(97,193,169); }

 div.DivClassName
 {
   background-color: #61C1A9;
 }
 .BgClassName
 {
   background-color: #61C1A9;
 }
</style>
border-color css

<style>
 span { border-color: #61C1A9; }

 span { border-color: rgb(97,193,169); }

 td.TdClassName
 {
   border-color: #61C1A9;
 }
 .TagClassName
 {
   border-color: #61C1A9;
 }
</style>