#61C1B2

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

Shades of Puerto Rico #61C1B2

Tints of Puerto Rico #61C1B2

Color information

#61C1B2 (or 0x61C1B2) is unknown color: approx Puerto Rico. HEX triplet: 61, C1 and B2. RGB value is (97,193,178). Sum of RGB (Red+Green+Blue) = 97+193+178=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #61C1B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C1B2 is #9E3E4D. Grayscale: #A2A2A2. Windows color (decimal): -10370638 or 11714913. OLE color: 11714913.

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

Color convert

RGB97193178-
CMYK0.5000.080.24
HSL170.62º43.64%56.86%-
HSV(B)170.62º49.74%75.69%-
XYZ32.0443.948.9-
YUV162.59136.781.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.73%
GREEN value IS 193 (75.78% from 255) = 41.24%
BLUE value IS 178 (69.92% from 255) = 38.03%
R=20.73%
G=41.24%
B=38.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971931780.5000.080.24170.6243.6456.86
Hex61C1B2320818ab2c39
Octal14130126262010302535471
Binary11000011100000110110010110010010001100010101011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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